Html Css Color HEX #FAD129 Turbo

📋 copy color: '#FAD129'

red 250 ◦ green 209 ◦ blue 41

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

Shades of Turbo #FAD129

Tints of Turbo #FAD129

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

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

R = 50%
G = 41.8%
B = 8.2%

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

#FAD129 (or 0xFAD129) is known color: Turbo. HEX triplet: FA, D1 and 29. RGB value is (250,209,41). Sum of RGB (Red+Green+Blue) = 250+209+41=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD129 is #052ED6. Grayscale: #CACACA. Windows color (decimal): -339671 or 2740730. OLE color: 2740730.

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

Color convert

RGB 250 209 41 -
CMYK 0 0.16 0.84 0.02
HSL 48.23º 0.95% 0.57% -
HSV(B) 48.23º 0.84% 0.98% -
XYZ 62.63 66.09 11.55 -
YUV 202.11 37.08 162.16 -
System Red Green Blue C M Y K H S L
Decimal 250 209 41 0 0.16 0.84 0.02 48.23 0.95 0.57
Hex FA D1 29 0 10 54 2 30 5F 39
Octal 372 321 51 0 20 124 2 60 137 71
Binary 11111010 11010001 101001 0 10000 1010100 10 110000 1011111 111001

Color Harmonies of #FAD129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD129

Black with #FAD129

Text Example


Text Example

White with #FAD129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD129; }

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

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

background-color css

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

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

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

border-color css

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

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

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