Html Css Color HEX #FCD213 Turbo

📋 copy color: '#FCD213'

red 252 ◦ green 210 ◦ blue 19

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

Shades of Turbo #FCD213

Tints of Turbo #FCD213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.95%

R = 52.39%
G = 43.66%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD213 (or 0xFCD213) is known color: Turbo. HEX triplet: FC, D2 and 13. RGB value is (252,210,19). Sum of RGB (Red+Green+Blue) = 252+210+19=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD213 is #032DEC. Grayscale: #C9C9C9. Windows color (decimal): -208365 or 1299196. OLE color: 1299196.

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

Color convert

RGB 252 210 19 -
CMYK 0 0.17 0.92 0.01
HSL 49.18º 0.97% 0.53% -
HSV(B) 49.18º 0.92% 0.99% -
XYZ 63.31 66.84 10.18 -
YUV 200.78 25.41 164.53 -
System Red Green Blue C M Y K H S L
Decimal 252 210 19 0 0.17 0.92 0.01 49.18 0.97 0.53
Hex FC D2 13 0 11 5C 1 31 61 35
Octal 374 322 23 0 21 134 1 61 141 65
Binary 11111100 11010010 10011 0 10001 1011100 1 110001 1100001 110101

Color Harmonies of #FCD213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD213

Black with #FCD213

Text Example


Text Example

White with #FCD213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD213; }

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

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

background-color css

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

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

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

border-color css

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

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

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