Html Css Color HEX #FCD22A Turbo

📋 copy color: '#FCD22A'

red 252 ◦ green 210 ◦ blue 42

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

Shades of Turbo #FCD22A

Tints of Turbo #FCD22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.33%

R = 50%
G = 41.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD22A (or 0xFCD22A) is known color: Turbo. HEX triplet: FC, D2 and 2A. RGB value is (252,210,42). Sum of RGB (Red+Green+Blue) = 252+210+42=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD22A is #032DD5. Grayscale: #CCCCCC. Windows color (decimal): -208342 or 2806524. OLE color: 2806524.

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

Color convert

RGB 252 210 42 -
CMYK 0 0.17 0.83 0.01
HSL 48º 0.97% 0.58% -
HSV(B) 48º 0.83% 0.99% -
XYZ 63.61 66.96 11.76 -
YUV 203.41 36.91 162.66 -
System Red Green Blue C M Y K H S L
Decimal 252 210 42 0 0.17 0.83 0.01 48 0.97 0.58
Hex FC D2 2A 0 11 53 1 30 61 3A
Octal 374 322 52 0 21 123 1 60 141 72
Binary 11111100 11010010 101010 0 10001 1010011 1 110000 1100001 111010

Color Harmonies of #FCD22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD22A

Black with #FCD22A

Text Example


Text Example

White with #FCD22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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