Html Css Color HEX #FAD520 Turbo

📋 copy color: '#FAD520'

red 250 ◦ green 213 ◦ blue 32

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

Shades of Turbo #FAD520

Tints of Turbo #FAD520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

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

R = 50.51%
G = 43.03%
B = 6.46%

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

#FAD520 (or 0xFAD520) is known color: Turbo. HEX triplet: FA, D5 and 20. RGB value is (250,213,32). Sum of RGB (Red+Green+Blue) = 250+213+32=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD520 is #052ADF. Grayscale: #CCCCCC. Windows color (decimal): -338656 or 2151930. OLE color: 2151930.

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

Color convert

RGB 250 213 32 -
CMYK 0 0.15 0.87 0.02
HSL 49.82º 0.96% 0.55% -
HSV(B) 49.82º 0.87% 0.98% -
XYZ 63.48 68.02 11.15 -
YUV 203.43 31.26 161.22 -
System Red Green Blue C M Y K H S L
Decimal 250 213 32 0 0.15 0.87 0.02 49.82 0.96 0.55
Hex FA D5 20 0 F 57 2 32 60 37
Octal 372 325 40 0 17 127 2 62 140 67
Binary 11111010 11010101 100000 0 1111 1010111 10 110010 1100000 110111

Color Harmonies of #FAD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD520

Black with #FAD520

Text Example


Text Example

White with #FAD520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD520; }

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

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

background-color css

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

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

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

border-color css

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

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

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