Html Css Color HEX #FCD124 Turbo

📋 copy color: '#FCD124'

red 252 ◦ green 209 ◦ blue 36

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

Shades of Turbo #FCD124

Tints of Turbo #FCD124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.24%

R = 50.7%
G = 42.05%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCD124 (or 0xFCD124) is known color: Turbo. HEX triplet: FC, D1 and 24. RGB value is (252,209,36). Sum of RGB (Red+Green+Blue) = 252+209+36=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD124 is #032EDB. Grayscale: #CACACA. Windows color (decimal): -208604 or 2413052. OLE color: 2413052.

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

Color convert

RGB 252 209 36 -
CMYK 0 0.17 0.86 0.01
HSL 48.06º 0.97% 0.56% -
HSV(B) 48.06º 0.86% 0.99% -
XYZ 63.26 66.42 11.16 -
YUV 202.14 34.25 163.57 -
System Red Green Blue C M Y K H S L
Decimal 252 209 36 0 0.17 0.86 0.01 48.06 0.97 0.56
Hex FC D1 24 0 11 56 1 30 61 38
Octal 374 321 44 0 21 126 1 60 141 70
Binary 11111100 11010001 100100 0 10001 1010110 1 110000 1100001 111000

Color Harmonies of #FCD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD124

Black with #FCD124

Text Example


Text Example

White with #FCD124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD124; }

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

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

background-color css

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

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

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

border-color css

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

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

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