#FABF35

Color #FABF35 Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FABF35

Tints of Saffron #FABF35

Color information

#FABF35 (or 0xFABF35) is unknown color: approx Saffron. HEX triplet: FA, BF and 35. RGB value is (250,191,53). Sum of RGB (Red+Green+Blue) = 250+191+53=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABF35 is #0540CA. Grayscale: #C1C1C1. Windows color (decimal): -344267 or 3522554. OLE color: 3522554.

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

Color convert

RGB25019153-
CMYK00.240.790.02
HSL42.03º95.17%59.41%-
HSV(B)42.03º78.8%98.04%-
XYZ58.757.8411.44-
YUV192.9149.05168.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.61%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 53 (21.09% from 255) = 10.73%
R=50.61%
G=38.66%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501915300.240.790.0242.0395.1759.41
HexFABF350184F22a5f3b
Octal3722776503011725213773
Binary11111010101111111101010110001001111101010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABF35; }

 p { color: rgb(250,191,53); }

 H1.HeaderClassName
 {
   color: #FABF35;
 }
 .AnyTagClassName
 {
   color: #FABF35;
 }
</style>
background-color css

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

 a { background-color: rgb(250,191,53); }

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

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

 span { border-color: rgb(250,191,53); }

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