Html Css Color HEX #FCCF1E Turbo

📋 copy color: '#FCCF1E'

red 252 ◦ green 207 ◦ blue 30

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

Shades of Turbo #FCCF1E

Tints of Turbo #FCCF1E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.33%

 BLUE value IS 30 (12.11% from 255) = 6.13%

R = 51.53%
G = 42.33%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCCF1E (or 0xFCCF1E) is known color: Turbo. HEX triplet: FC, CF and 1E. RGB value is (252,207,30). Sum of RGB (Red+Green+Blue) = 252+207+30=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF1E is #0330E1. Grayscale: #C9C9C9. Windows color (decimal): -209122 or 2019324. OLE color: 2019324.

HSL color Cylindrical-coordinate representation of color #FCCF1E: hue angle of 47.84º 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 #FCCF1E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 30 -
CMYK 0 0.18 0.88 0.01
HSL 47.84º 0.97% 0.55% -
HSV(B) 47.84º 0.88% 0.99% -
XYZ 62.69 65.41 10.55 -
YUV 200.28 31.91 164.89 -
System Red Green Blue C M Y K H S L
Decimal 252 207 30 0 0.18 0.88 0.01 47.84 0.97 0.55
Hex FC CF 1E 0 12 58 1 30 61 37
Octal 374 317 36 0 22 130 1 60 141 67
Binary 11111100 11001111 11110 0 10010 1011000 1 110000 1100001 110111

Color Harmonies of #FCCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF1E

Black with #FCCF1E

Text Example


Text Example

White with #FCCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF1E; }

 p { color: rgb(252,207,30); }

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

background-color css

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

 a { background-color: rgb(252,207,30); }

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

border-color css

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

 span { border-color: rgb(252,207,30); }

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