Html Css Color HEX #FCD022 Turbo

📋 copy color: '#FCD022'

red 252 ◦ green 208 ◦ blue 34

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

Shades of Turbo #FCD022

Tints of Turbo #FCD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 34 (13.67% from 255) = 6.88%

R = 51.01%
G = 42.11%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCD022 (or 0xFCD022) is known color: Turbo. HEX triplet: FC, D0 and 22. RGB value is (252,208,34). Sum of RGB (Red+Green+Blue) = 252+208+34=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 34 (13.67% from 255 or 6.88% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD022 is #032FDD. Grayscale: #CACACA. Windows color (decimal): -208862 or 2281724. OLE color: 2281724.

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

Color convert

RGB 252 208 34 -
CMYK 0 0.17 0.87 0.01
HSL 47.89º 0.97% 0.56% -
HSV(B) 47.89º 0.87% 0.99% -
XYZ 62.99 65.92 10.92 -
YUV 201.32 33.58 164.15 -
System Red Green Blue C M Y K H S L
Decimal 252 208 34 0 0.17 0.87 0.01 47.89 0.97 0.56
Hex FC D0 22 0 11 57 1 30 61 38
Octal 374 320 42 0 21 127 1 60 141 70
Binary 11111100 11010000 100010 0 10001 1010111 1 110000 1100001 111000

Color Harmonies of #FCD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD022

Black with #FCD022

Text Example


Text Example

White with #FCD022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD022; }

 p { color: rgb(252,208,34); }

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

background-color css

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

 a { background-color: rgb(252,208,34); }

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

border-color css

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

 span { border-color: rgb(252,208,34); }

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