Html Css Color HEX #FABA2A Saffron

📋 copy color: '#FABA2A'

red 250 ◦ green 186 ◦ blue 42

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

Shades of Saffron #FABA2A

Tints of Saffron #FABA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.79%

R = 52.3%
G = 38.91%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FABA2A (or 0xFABA2A) is known color: Saffron. HEX triplet: FA, BA and 2A. RGB value is (250,186,42). Sum of RGB (Red+Green+Blue) = 250+186+42=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA2A is #0545D5. Grayscale: #BDBDBD. Windows color (decimal): -345558 or 2800378. OLE color: 2800378.

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

Color convert

RGB 250 186 42 -
CMYK 0 0.26 0.83 0.02
HSL 41.54º 0.95% 0.57% -
HSV(B) 41.54º 0.83% 0.98% -
XYZ 57.4 55.61 9.9 -
YUV 188.72 45.2 171.71 -
System Red Green Blue C M Y K H S L
Decimal 250 186 42 0 0.26 0.83 0.02 41.54 0.95 0.57
Hex FA BA 2A 0 1A 53 2 2A 5F 39
Octal 372 272 52 0 32 123 2 52 137 71
Binary 11111010 10111010 101010 0 11010 1010011 10 101010 1011111 111001

Color Harmonies of #FABA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA2A

Black with #FABA2A

Text Example


Text Example

White with #FABA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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