Html Css Color HEX #FCCB29 Turbo

📋 copy color: '#FCCB29'

red 252 ◦ green 203 ◦ blue 41

#FCCB29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #FCCB29

Tints of Turbo #FCCB29

RGB

 RED value IS 252 (98.83% from 255) = 50.81%

 GREEN value IS 203 (79.69% from 255) = 40.93%

 BLUE value IS 41 (16.41% from 255) = 8.27%

R = 50.81%
G = 40.93%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCCB29 (or 0xFCCB29) is known color: Turbo. HEX triplet: FC, CB and 29. RGB value is (252,203,41). Sum of RGB (Red+Green+Blue) = 252+203+41=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB29 is #0334D6. Grayscale: #C7C7C7. Windows color (decimal): -210135 or 2739196. OLE color: 2739196.

HSL color Cylindrical-coordinate representation of color #FCCB29: hue angle of 46.07º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCCB29 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 41 -
CMYK 0 0.19 0.84 0.01
HSL 46.07º 0.97% 0.57% -
HSV(B) 46.07º 0.84% 0.99% -
XYZ 61.9 63.57 11.11 -
YUV 199.18 38.73 165.67 -
System Red Green Blue C M Y K H S L
Decimal 252 203 41 0 0.19 0.84 0.01 46.07 0.97 0.57
Hex FC CB 29 0 13 54 1 2E 61 39
Octal 374 313 51 0 23 124 1 56 141 71
Binary 11111100 11001011 101001 0 10011 1010100 1 101110 1100001 111001

Color Harmonies of #FCCB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB29

Black with #FCCB29

Text Example


Text Example

White with #FCCB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB29; }

 p { color: rgb(252,203,41); }

 H1.HeaderClassName
 {
   color: #FCCB29;
 }
 .AnyTagClassName
 {
   color: #FCCB29;
 }
</style>

background-color css

<style>
 a { background-color: #FCCB29; }

 a { background-color: rgb(252,203,41); }

 div.DivClassName
 {
   background-color: #FCCB29;
 }
 .BgClassName
 {
   background-color: #FCCB29;
 }
</style>

border-color css

<style>
 span { border-color: #FCCB29; }

 span { border-color: rgb(252,203,41); }

 td.TdClassName
 {
   border-color: #FCCB29;
 }
 .TagClassName
 {
   border-color: #FCCB29;
 }
</style>