Html Css Color HEX #FAD429 Turbo

📋 copy color: '#FAD429'

red 250 ◦ green 212 ◦ blue 41

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

Shades of Turbo #FAD429

Tints of Turbo #FAD429

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

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

R = 49.7%
G = 42.15%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAD429 (or 0xFAD429) is known color: Turbo. HEX triplet: FA, D4 and 29. RGB value is (250,212,41). Sum of RGB (Red+Green+Blue) = 250+212+41=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD429 is #052BD6. Grayscale: #CCCCCC. Windows color (decimal): -338903 or 2741498. OLE color: 2741498.

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

Color convert

RGB 250 212 41 -
CMYK 0 0.15 0.84 0.02
HSL 49.09º 0.95% 0.57% -
HSV(B) 49.09º 0.84% 0.98% -
XYZ 63.37 67.57 11.8 -
YUV 203.87 36.09 160.9 -
System Red Green Blue C M Y K H S L
Decimal 250 212 41 0 0.15 0.84 0.02 49.09 0.95 0.57
Hex FA D4 29 0 F 54 2 31 5F 39
Octal 372 324 51 0 17 124 2 61 137 71
Binary 11111010 11010100 101001 0 1111 1010100 10 110001 1011111 111001

Color Harmonies of #FAD429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD429

Black with #FAD429

Text Example


Text Example

White with #FAD429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD429; }

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

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

background-color css

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

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

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

border-color css

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

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

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