Html Css Color HEX #FAD521 Turbo

📋 copy color: '#FAD521'

red 250 ◦ green 213 ◦ blue 33

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

Shades of Turbo #FAD521

Tints of Turbo #FAD521

RGB

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

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

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

R = 50.4%
G = 42.94%
B = 6.65%

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

#FAD521 (or 0xFAD521) is known color: Turbo. HEX triplet: FA, D5 and 21. RGB value is (250,213,33). Sum of RGB (Red+Green+Blue) = 250+213+33=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD521 is #052ADE. Grayscale: #CCCCCC. Windows color (decimal): -338655 or 2217466. OLE color: 2217466.

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

Color convert

RGB 250 213 33 -
CMYK 0 0.15 0.87 0.02
HSL 49.77º 0.96% 0.55% -
HSV(B) 49.77º 0.87% 0.98% -
XYZ 63.49 68.02 11.22 -
YUV 203.54 31.76 161.14 -
System Red Green Blue C M Y K H S L
Decimal 250 213 33 0 0.15 0.87 0.02 49.77 0.96 0.55
Hex FA D5 21 0 F 57 2 32 60 37
Octal 372 325 41 0 17 127 2 62 140 67
Binary 11111010 11010101 100001 0 1111 1010111 10 110010 1100000 110111

Color Harmonies of #FAD521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD521

Black with #FAD521

Text Example


Text Example

White with #FAD521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD521; }

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

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

background-color css

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

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

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

border-color css

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

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

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