Html Css Color HEX #FCD41C Turbo

📋 copy color: '#FCD41C'

red 252 ◦ green 212 ◦ blue 28

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

Shades of Turbo #FCD41C

Tints of Turbo #FCD41C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.09%

 BLUE value IS 28 (11.33% from 255) = 5.69%

R = 51.22%
G = 43.09%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCD41C (or 0xFCD41C) is known color: Turbo. HEX triplet: FC, D4 and 1C. RGB value is (252,212,28). Sum of RGB (Red+Green+Blue) = 252+212+28=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 28 (11.33% from 255 or 5.69% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD41C is #032BE3. Grayscale: #CBCBCB. Windows color (decimal): -207844 or 1889532. OLE color: 1889532.

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

Color convert

RGB 252 212 28 -
CMYK 0 0.16 0.89 0.01
HSL 49.29º 0.97% 0.55% -
HSV(B) 49.29º 0.89% 0.99% -
XYZ 63.9 67.87 10.83 -
YUV 202.98 29.25 162.96 -
System Red Green Blue C M Y K H S L
Decimal 252 212 28 0 0.16 0.89 0.01 49.29 0.97 0.55
Hex FC D4 1C 0 10 59 1 31 61 37
Octal 374 324 34 0 20 131 1 61 141 67
Binary 11111100 11010100 11100 0 10000 1011001 1 110001 1100001 110111

Color Harmonies of #FCD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD41C

Black with #FCD41C

Text Example


Text Example

White with #FCD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD41C; }

 p { color: rgb(252,212,28); }

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

background-color css

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

 a { background-color: rgb(252,212,28); }

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

border-color css

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

 span { border-color: rgb(252,212,28); }

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