Html Css Color HEX #FAB929 Saffron

📋 copy color: '#FAB929'

red 250 ◦ green 185 ◦ blue 41

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

Shades of Saffron #FAB929

Tints of Saffron #FAB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.87%

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

R = 52.52%
G = 38.87%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAB929 (or 0xFAB929) is known color: Saffron. HEX triplet: FA, B9 and 29. RGB value is (250,185,41). Sum of RGB (Red+Green+Blue) = 250+185+41=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 41 (16.41% from 255 or 8.61% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB929 is #0546D6. Grayscale: #BCBCBC. Windows color (decimal): -345815 or 2734586. OLE color: 2734586.

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

Color convert

RGB 250 185 41 -
CMYK 0 0.26 0.84 0.02
HSL 41.34º 0.95% 0.57% -
HSV(B) 41.34º 0.84% 0.98% -
XYZ 57.17 55.18 9.74 -
YUV 188.02 45.03 172.21 -
System Red Green Blue C M Y K H S L
Decimal 250 185 41 0 0.26 0.84 0.02 41.34 0.95 0.57
Hex FA B9 29 0 1A 54 2 29 5F 39
Octal 372 271 51 0 32 124 2 51 137 71
Binary 11111010 10111001 101001 0 11010 1010100 10 101001 1011111 111001

Color Harmonies of #FAB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB929

Black with #FAB929

Text Example


Text Example

White with #FAB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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