Html Css Color HEX #FAD229 Turbo

📋 copy color: '#FAD229'

red 250 ◦ green 210 ◦ blue 41

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

Shades of Turbo #FAD229

Tints of Turbo #FAD229

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

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

R = 49.9%
G = 41.92%
B = 8.18%

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

#FAD229 (or 0xFAD229) is known color: Turbo. HEX triplet: FA, D2 and 29. RGB value is (250,210,41). Sum of RGB (Red+Green+Blue) = 250+210+41=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD229 is #052DD6. Grayscale: #CBCBCB. Windows color (decimal): -339415 or 2740986. OLE color: 2740986.

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

Color convert

RGB 250 210 41 -
CMYK 0 0.16 0.84 0.02
HSL 48.52º 0.95% 0.57% -
HSV(B) 48.52º 0.84% 0.98% -
XYZ 62.87 66.58 11.63 -
YUV 202.69 36.75 161.74 -
System Red Green Blue C M Y K H S L
Decimal 250 210 41 0 0.16 0.84 0.02 48.52 0.95 0.57
Hex FA D2 29 0 10 54 2 31 5F 39
Octal 372 322 51 0 20 124 2 61 137 71
Binary 11111010 11010010 101001 0 10000 1010100 10 110001 1011111 111001

Color Harmonies of #FAD229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD229

Black with #FAD229

Text Example


Text Example

White with #FAD229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD229; }

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

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

background-color css

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

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

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

border-color css

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

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

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