Html Css Color HEX #FABF2A Saffron

📋 copy color: '#FABF2A'

red 250 ◦ green 191 ◦ blue 42

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

Shades of Saffron #FABF2A

Tints of Saffron #FABF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 39.54%

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

R = 51.76%
G = 39.54%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FABF2A (or 0xFABF2A) is known color: Saffron. HEX triplet: FA, BF and 2A. RGB value is (250,191,42). Sum of RGB (Red+Green+Blue) = 250+191+42=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABF2A is #0540D5. Grayscale: #C0C0C0. Windows color (decimal): -344278 or 2801658. OLE color: 2801658.

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

Color convert

RGB 250 191 42 -
CMYK 0 0.24 0.83 0.02
HSL 42.98º 0.95% 0.57% -
HSV(B) 42.98º 0.83% 0.98% -
XYZ 58.47 57.75 10.26 -
YUV 191.66 43.55 169.62 -
System Red Green Blue C M Y K H S L
Decimal 250 191 42 0 0.24 0.83 0.02 42.98 0.95 0.57
Hex FA BF 2A 0 18 53 2 2B 5F 39
Octal 372 277 52 0 30 123 2 53 137 71
Binary 11111010 10111111 101010 0 11000 1010011 10 101011 1011111 111001

Color Harmonies of #FABF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF2A

Black with #FABF2A

Text Example


Text Example

White with #FABF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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