Html Css Color HEX #FAD222 Turbo

📋 copy color: '#FAD222'

red 250 ◦ green 210 ◦ blue 34

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

Shades of Turbo #FAD222

Tints of Turbo #FAD222

RGB

 RED value IS 250 (98.05% from 255) = 50.61%

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

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

R = 50.61%
G = 42.51%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAD222 (or 0xFAD222) is known color: Turbo. HEX triplet: FA, D2 and 22. RGB value is (250,210,34). Sum of RGB (Red+Green+Blue) = 250+210+34=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 34 (13.67% from 255 or 6.88% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD222 is #052DDD. Grayscale: #CACACA. Windows color (decimal): -339422 or 2282234. OLE color: 2282234.

HSL color Cylindrical-coordinate representation of color #FAD222: hue angle of 48.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAD222 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 34 -
CMYK 0 0.16 0.86 0.02
HSL 48.89º 0.96% 0.56% -
HSV(B) 48.89º 0.86% 0.98% -
XYZ 62.76 66.53 11.05 -
YUV 201.9 33.25 162.31 -
System Red Green Blue C M Y K H S L
Decimal 250 210 34 0 0.16 0.86 0.02 48.89 0.96 0.56
Hex FA D2 22 0 10 56 2 31 60 38
Octal 372 322 42 0 20 126 2 61 140 70
Binary 11111010 11010010 100010 0 10000 1010110 10 110001 1100000 111000

Color Harmonies of #FAD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD222

Black with #FAD222

Text Example


Text Example

White with #FAD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD222; }

 p { color: rgb(250,210,34); }

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

background-color css

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

 a { background-color: rgb(250,210,34); }

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

border-color css

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

 span { border-color: rgb(250,210,34); }

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