Html Css Color HEX #FABC31 Saffron

📋 copy color: '#FABC31'

red 250 ◦ green 188 ◦ blue 49

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

Shades of Saffron #FABC31

Tints of Saffron #FABC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.06%

R = 51.33%
G = 38.6%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FABC31 (or 0xFABC31) is known color: Saffron. HEX triplet: FA, BC and 31. RGB value is (250,188,49). Sum of RGB (Red+Green+Blue) = 250+188+49=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC31 is #0543CE. Grayscale: #BFBFBF. Windows color (decimal): -345039 or 3259642. OLE color: 3259642.

HSL color Cylindrical-coordinate representation of color #FABC31: hue angle of 41.49º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FABC31 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 49 -
CMYK 0 0.25 0.80 0.02
HSL 41.49º 0.95% 0.59% -
HSV(B) 41.49º 0.8% 0.98% -
XYZ 57.96 56.51 10.76 -
YUV 190.69 48.04 170.3 -
System Red Green Blue C M Y K H S L
Decimal 250 188 49 0 0.25 0.80 0.02 41.49 0.95 0.59
Hex FA BC 31 0 19 50 2 29 5F 3B
Octal 372 274 61 0 31 120 2 51 137 73
Binary 11111010 10111100 110001 0 11001 1010000 10 101001 1011111 111011

Color Harmonies of #FABC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC31

Black with #FABC31

Text Example


Text Example

White with #FABC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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