Html Css Color HEX #FAD329 Turbo

📋 copy color: '#FAD329'

red 250 ◦ green 211 ◦ blue 41

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

Shades of Turbo #FAD329

Tints of Turbo #FAD329

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

 BLUE value IS 41 (16.41% from 255) = 8.17%

R = 49.8%
G = 42.03%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAD329 (or 0xFAD329) is known color: Turbo. HEX triplet: FA, D3 and 29. RGB value is (250,211,41). Sum of RGB (Red+Green+Blue) = 250+211+41=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 41 (16.41% from 255 or 8.17% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD329 is #052CD6. Grayscale: #CCCCCC. Windows color (decimal): -339159 or 2741242. OLE color: 2741242.

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

Color convert

RGB 250 211 41 -
CMYK 0 0.16 0.84 0.02
HSL 48.8º 0.95% 0.57% -
HSV(B) 48.8º 0.84% 0.98% -
XYZ 63.12 67.07 11.72 -
YUV 203.28 36.42 161.32 -
System Red Green Blue C M Y K H S L
Decimal 250 211 41 0 0.16 0.84 0.02 48.8 0.95 0.57
Hex FA D3 29 0 10 54 2 31 5F 39
Octal 372 323 51 0 20 124 2 61 137 71
Binary 11111010 11010011 101001 0 10000 1010100 10 110001 1011111 111001

Color Harmonies of #FAD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD329

Black with #FAD329

Text Example


Text Example

White with #FAD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD329; }

 p { color: rgb(250,211,41); }

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

background-color css

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

 a { background-color: rgb(250,211,41); }

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

border-color css

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

 span { border-color: rgb(250,211,41); }

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