Html Css Color HEX #FCD226 Turbo

📋 copy color: '#FCD226'

red 252 ◦ green 210 ◦ blue 38

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

Shades of Turbo #FCD226

Tints of Turbo #FCD226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.6%

R = 50.4%
G = 42%
B = 7.6%

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

#FCD226 (or 0xFCD226) is known color: Turbo. HEX triplet: FC, D2 and 26. RGB value is (252,210,38). Sum of RGB (Red+Green+Blue) = 252+210+38=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 38 (15.23% from 255 or 7.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD226 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD226 is #032DD9. Grayscale: #CBCBCB. Windows color (decimal): -208346 or 2544380. OLE color: 2544380.

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

Color convert

RGB 252 210 38 -
CMYK 0 0.17 0.85 0.01
HSL 48.22º 0.97% 0.57% -
HSV(B) 48.22º 0.85% 0.99% -
XYZ 63.54 66.93 11.4 -
YUV 202.95 34.91 162.99 -
System Red Green Blue C M Y K H S L
Decimal 252 210 38 0 0.17 0.85 0.01 48.22 0.97 0.57
Hex FC D2 26 0 11 55 1 30 61 39
Octal 374 322 46 0 21 125 1 60 141 71
Binary 11111100 11010010 100110 0 10001 1010101 1 110000 1100001 111001

Color Harmonies of #FCD226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD226

Black with #FCD226

Text Example


Text Example

White with #FCD226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD226; }

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

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

background-color css

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

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

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

border-color css

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

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

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