Html Css Color HEX #FCD127 Turbo

📋 copy color: '#FCD127'

red 252 ◦ green 209 ◦ blue 39

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

Shades of Turbo #FCD127

Tints of Turbo #FCD127

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

 BLUE value IS 39 (15.63% from 255) = 7.8%

R = 50.4%
G = 41.8%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCD127 (or 0xFCD127) is known color: Turbo. HEX triplet: FC, D1 and 27. RGB value is (252,209,39). Sum of RGB (Red+Green+Blue) = 252+209+39=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 39 (15.62% from 255 or 7.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD127 is #032ED8. Grayscale: #CBCBCB. Windows color (decimal): -208601 or 2609660. OLE color: 2609660.

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

Color convert

RGB 252 209 39 -
CMYK 0 0.17 0.85 0.01
HSL 47.89º 0.97% 0.57% -
HSV(B) 47.89º 0.85% 0.99% -
XYZ 63.31 66.44 11.41 -
YUV 202.48 35.75 163.32 -
System Red Green Blue C M Y K H S L
Decimal 252 209 39 0 0.17 0.85 0.01 47.89 0.97 0.57
Hex FC D1 27 0 11 55 1 30 61 39
Octal 374 321 47 0 21 125 1 60 141 71
Binary 11111100 11010001 100111 0 10001 1010101 1 110000 1100001 111001

Color Harmonies of #FCD127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD127

Black with #FCD127

Text Example


Text Example

White with #FCD127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD127; }

 p { color: rgb(252,209,39); }

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

background-color css

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

 a { background-color: rgb(252,209,39); }

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

border-color css

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

 span { border-color: rgb(252,209,39); }

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