Html Css Color HEX #FAD220 Turbo

📋 copy color: '#FAD220'

red 250 ◦ green 210 ◦ blue 32

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

Shades of Turbo #FAD220

Tints of Turbo #FAD220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.5%

R = 50.81%
G = 42.68%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAD220 (or 0xFAD220) is known color: Turbo. HEX triplet: FA, D2 and 20. RGB value is (250,210,32). Sum of RGB (Red+Green+Blue) = 250+210+32=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD220 is #052DDF. Grayscale: #CACACA. Windows color (decimal): -339424 or 2151162. OLE color: 2151162.

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

Color convert

RGB 250 210 32 -
CMYK 0 0.16 0.87 0.02
HSL 48.99º 0.96% 0.55% -
HSV(B) 48.99º 0.87% 0.98% -
XYZ 62.73 66.52 10.9 -
YUV 201.67 32.25 162.47 -
System Red Green Blue C M Y K H S L
Decimal 250 210 32 0 0.16 0.87 0.02 48.99 0.96 0.55
Hex FA D2 20 0 10 57 2 31 60 37
Octal 372 322 40 0 20 127 2 61 140 67
Binary 11111010 11010010 100000 0 10000 1010111 10 110001 1100000 110111

Color Harmonies of #FAD220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD220

Black with #FAD220

Text Example


Text Example

White with #FAD220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD220; }

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

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

background-color css

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

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

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

border-color css

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

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

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