Html Css Color HEX #FAD529 Turbo

📋 copy color: '#FAD529'

red 250 ◦ green 213 ◦ blue 41

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

Shades of Turbo #FAD529

Tints of Turbo #FAD529

RGB

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

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

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

R = 49.6%
G = 42.26%
B = 8.13%

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

#FAD529 (or 0xFAD529) is known color: Turbo. HEX triplet: FA, D5 and 29. RGB value is (250,213,41). Sum of RGB (Red+Green+Blue) = 250+213+41=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 41 (16.41% from 255 or 8.13% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD529 is #052AD6. Grayscale: #CDCDCD. Windows color (decimal): -338647 or 2741754. OLE color: 2741754.

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

Color convert

RGB 250 213 41 -
CMYK 0 0.15 0.84 0.02
HSL 49.38º 0.95% 0.57% -
HSV(B) 49.38º 0.84% 0.98% -
XYZ 63.62 68.07 11.88 -
YUV 204.46 35.76 160.49 -
System Red Green Blue C M Y K H S L
Decimal 250 213 41 0 0.15 0.84 0.02 49.38 0.95 0.57
Hex FA D5 29 0 F 54 2 31 5F 39
Octal 372 325 51 0 17 124 2 61 137 71
Binary 11111010 11010101 101001 0 1111 1010100 10 110001 1011111 111001

Color Harmonies of #FAD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD529

Black with #FAD529

Text Example


Text Example

White with #FAD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD529; }

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

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

background-color css

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

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

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

border-color css

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

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

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