Html Css Color HEX #FCCB1F Turbo

📋 copy color: '#FCCB1F'

red 252 ◦ green 203 ◦ blue 31

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

Shades of Turbo #FCCB1F

Tints of Turbo #FCCB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.38%

R = 51.85%
G = 41.77%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCCB1F (or 0xFCCB1F) is known color: Turbo. HEX triplet: FC, CB and 1F. RGB value is (252,203,31). Sum of RGB (Red+Green+Blue) = 252+203+31=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB1F is #0334E0. Grayscale: #C6C6C6. Windows color (decimal): -210145 or 2083836. OLE color: 2083836.

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

Color convert

RGB 252 203 31 -
CMYK 0 0.19 0.88 0.01
HSL 46.7º 0.97% 0.55% -
HSV(B) 46.7º 0.88% 0.99% -
XYZ 61.75 63.51 10.3 -
YUV 198.04 33.73 166.49 -
System Red Green Blue C M Y K H S L
Decimal 252 203 31 0 0.19 0.88 0.01 46.7 0.97 0.55
Hex FC CB 1F 0 13 58 1 2F 61 37
Octal 374 313 37 0 23 130 1 57 141 67
Binary 11111100 11001011 11111 0 10011 1011000 1 101111 1100001 110111

Color Harmonies of #FCCB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB1F

Black with #FCCB1F

Text Example


Text Example

White with #FCCB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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