Html Css Color HEX #FCD224 Turbo

📋 copy color: '#FCD224'

red 252 ◦ green 210 ◦ blue 36

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

Shades of Turbo #FCD224

Tints of Turbo #FCD224

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

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

R = 50.6%
G = 42.17%
B = 7.23%

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

#FCD224 (or 0xFCD224) is known color: Turbo. HEX triplet: FC, D2 and 24. RGB value is (252,210,36). Sum of RGB (Red+Green+Blue) = 252+210+36=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD224 is #032DDB. Grayscale: #CBCBCB. Windows color (decimal): -208348 or 2413308. OLE color: 2413308.

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

Color convert

RGB 252 210 36 -
CMYK 0 0.17 0.86 0.01
HSL 48.33º 0.97% 0.56% -
HSV(B) 48.33º 0.86% 0.99% -
XYZ 63.51 66.92 11.24 -
YUV 202.72 33.91 163.15 -
System Red Green Blue C M Y K H S L
Decimal 252 210 36 0 0.17 0.86 0.01 48.33 0.97 0.56
Hex FC D2 24 0 11 56 1 30 61 38
Octal 374 322 44 0 21 126 1 60 141 70
Binary 11111100 11010010 100100 0 10001 1010110 1 110000 1100001 111000

Color Harmonies of #FCD224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD224

Black with #FCD224

Text Example


Text Example

White with #FCD224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD224; }

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

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

background-color css

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

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

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

border-color css

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

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

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