Html Css Color HEX #FABA27 Saffron

📋 copy color: '#FABA27'

red 250 ◦ green 186 ◦ blue 39

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

Shades of Saffron #FABA27

Tints of Saffron #FABA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.16%

 BLUE value IS 39 (15.63% from 255) = 8.21%

R = 52.63%
G = 39.16%
B = 8.21%

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

#FABA27 (or 0xFABA27) is known color: Saffron. HEX triplet: FA, BA and 27. RGB value is (250,186,39). Sum of RGB (Red+Green+Blue) = 250+186+39=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 39 (15.62% from 255 or 8.21% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA27 is #0545D8. Grayscale: #BDBDBD. Windows color (decimal): -345561 or 2603770. OLE color: 2603770.

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

Color convert

RGB 250 186 39 -
CMYK 0 0.26 0.84 0.02
HSL 41.8º 0.95% 0.57% -
HSV(B) 41.8º 0.84% 0.98% -
XYZ 57.35 55.59 9.63 -
YUV 188.38 43.7 171.95 -
System Red Green Blue C M Y K H S L
Decimal 250 186 39 0 0.26 0.84 0.02 41.8 0.95 0.57
Hex FA BA 27 0 1A 54 2 2A 5F 39
Octal 372 272 47 0 32 124 2 52 137 71
Binary 11111010 10111010 100111 0 11010 1010100 10 101010 1011111 111001

Color Harmonies of #FABA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA27

Black with #FABA27

Text Example


Text Example

White with #FABA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA27; }

 p { color: rgb(250,186,39); }

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

background-color css

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

 a { background-color: rgb(250,186,39); }

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

border-color css

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

 span { border-color: rgb(250,186,39); }

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