Html Css Color HEX #FAD420 Turbo

📋 copy color: '#FAD420'

red 250 ◦ green 212 ◦ blue 32

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

Shades of Turbo #FAD420

Tints of Turbo #FAD420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.91%

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

R = 50.61%
G = 42.91%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAD420 (or 0xFAD420) is known color: Turbo. HEX triplet: FA, D4 and 20. RGB value is (250,212,32). Sum of RGB (Red+Green+Blue) = 250+212+32=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD420 is #052BDF. Grayscale: #CBCBCB. Windows color (decimal): -338912 or 2151674. OLE color: 2151674.

HSL color Cylindrical-coordinate representation of color #FAD420: hue angle of 49.54º 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 #FAD420 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 32 -
CMYK 0 0.15 0.87 0.02
HSL 49.54º 0.96% 0.55% -
HSV(B) 49.54º 0.87% 0.98% -
XYZ 63.23 67.52 11.07 -
YUV 202.84 31.59 161.64 -
System Red Green Blue C M Y K H S L
Decimal 250 212 32 0 0.15 0.87 0.02 49.54 0.96 0.55
Hex FA D4 20 0 F 57 2 32 60 37
Octal 372 324 40 0 17 127 2 62 140 67
Binary 11111010 11010100 100000 0 1111 1010111 10 110010 1100000 110111

Color Harmonies of #FAD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD420

Black with #FAD420

Text Example


Text Example

White with #FAD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD420; }

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

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

background-color css

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

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

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

border-color css

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

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

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