Html Css Color HEX #FCD225 Turbo

📋 copy color: '#FCD225'

red 252 ◦ green 210 ◦ blue 37

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

Shades of Turbo #FCD225

Tints of Turbo #FCD225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.41%

R = 50.5%
G = 42.08%
B = 7.41%

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

#FCD225 (or 0xFCD225) is known color: Turbo. HEX triplet: FC, D2 and 25. RGB value is (252,210,37). Sum of RGB (Red+Green+Blue) = 252+210+37=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD225 is #032DDA. Grayscale: #CBCBCB. Windows color (decimal): -208347 or 2478844. OLE color: 2478844.

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

Color convert

RGB 252 210 37 -
CMYK 0 0.17 0.85 0.01
HSL 48.28º 0.97% 0.57% -
HSV(B) 48.28º 0.85% 0.99% -
XYZ 63.53 66.92 11.32 -
YUV 202.84 34.41 163.07 -
System Red Green Blue C M Y K H S L
Decimal 252 210 37 0 0.17 0.85 0.01 48.28 0.97 0.57
Hex FC D2 25 0 11 55 1 30 61 39
Octal 374 322 45 0 21 125 1 60 141 71
Binary 11111100 11010010 100101 0 10001 1010101 1 110000 1100001 111001

Color Harmonies of #FCD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD225

Black with #FCD225

Text Example


Text Example

White with #FCD225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD225; }

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

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

background-color css

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

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

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

border-color css

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

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

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