Html Css Color HEX #FABB2A Saffron

📋 copy color: '#FABB2A'

red 250 ◦ green 187 ◦ blue 42

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

Shades of Saffron #FABB2A

Tints of Saffron #FABB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.04%

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

R = 52.19%
G = 39.04%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FABB2A (or 0xFABB2A) is known color: Saffron. HEX triplet: FA, BB and 2A. RGB value is (250,187,42). Sum of RGB (Red+Green+Blue) = 250+187+42=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB2A is #0544D5. Grayscale: #BDBDBD. Windows color (decimal): -345302 or 2800634. OLE color: 2800634.

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

Color convert

RGB 250 187 42 -
CMYK 0 0.25 0.83 0.02
HSL 41.83º 0.95% 0.57% -
HSV(B) 41.83º 0.83% 0.98% -
XYZ 57.61 56.03 9.97 -
YUV 189.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 250 187 42 0 0.25 0.83 0.02 41.83 0.95 0.57
Hex FA BB 2A 0 19 53 2 2A 5F 39
Octal 372 273 52 0 31 123 2 52 137 71
Binary 11111010 10111011 101010 0 11001 1010011 10 101010 1011111 111001

Color Harmonies of #FABB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB2A

Black with #FABB2A

Text Example


Text Example

White with #FABB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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