Html Css Color HEX #FABC29 Saffron

📋 copy color: '#FABC29'

red 250 ◦ green 188 ◦ blue 41

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

Shades of Saffron #FABC29

Tints of Saffron #FABC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

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

R = 52.19%
G = 39.25%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FABC29 (or 0xFABC29) is known color: Saffron. HEX triplet: FA, BC and 29. RGB value is (250,188,41). Sum of RGB (Red+Green+Blue) = 250+188+41=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC29 is #0543D6. Grayscale: #BEBEBE. Windows color (decimal): -345047 or 2735354. OLE color: 2735354.

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

Color convert

RGB 250 188 41 -
CMYK 0 0.25 0.84 0.02
HSL 42.2º 0.95% 0.57% -
HSV(B) 42.2º 0.84% 0.98% -
XYZ 57.81 56.45 9.95 -
YUV 189.78 44.04 170.95 -
System Red Green Blue C M Y K H S L
Decimal 250 188 41 0 0.25 0.84 0.02 42.2 0.95 0.57
Hex FA BC 29 0 19 54 2 2A 5F 39
Octal 372 274 51 0 31 124 2 52 137 71
Binary 11111010 10111100 101001 0 11001 1010100 10 101010 1011111 111001

Color Harmonies of #FABC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC29

Black with #FABC29

Text Example


Text Example

White with #FABC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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