Html Css Color HEX #FAD721 Turbo

📋 copy color: '#FAD721'

red 250 ◦ green 215 ◦ blue 33

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

Shades of Turbo #FAD721

Tints of Turbo #FAD721

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.17%

 BLUE value IS 33 (13.28% from 255) = 6.63%

R = 50.2%
G = 43.17%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAD721 (or 0xFAD721) is known color: Turbo. HEX triplet: FA, D7 and 21. RGB value is (250,215,33). Sum of RGB (Red+Green+Blue) = 250+215+33=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD721 is #0528DE. Grayscale: #CDCDCD. Windows color (decimal): -338143 or 2217978. OLE color: 2217978.

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

Color convert

RGB 250 215 33 -
CMYK 0 0.14 0.87 0.02
HSL 50.32º 0.96% 0.55% -
HSV(B) 50.32º 0.87% 0.98% -
XYZ 64 69.03 11.39 -
YUV 204.72 31.1 160.3 -
System Red Green Blue C M Y K H S L
Decimal 250 215 33 0 0.14 0.87 0.02 50.32 0.96 0.55
Hex FA D7 21 0 E 57 2 32 60 37
Octal 372 327 41 0 16 127 2 62 140 67
Binary 11111010 11010111 100001 0 1110 1010111 10 110010 1100000 110111

Color Harmonies of #FAD721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD721

Black with #FAD721

Text Example


Text Example

White with #FAD721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD721; }

 p { color: rgb(250,215,33); }

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

background-color css

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

 a { background-color: rgb(250,215,33); }

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

border-color css

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

 span { border-color: rgb(250,215,33); }

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