Html Css Color HEX #FABB2F Saffron

📋 copy color: '#FABB2F'

red 250 ◦ green 187 ◦ blue 47

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

Shades of Saffron #FABB2F

Tints of Saffron #FABB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.71%

R = 51.65%
G = 38.64%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FABB2F (or 0xFABB2F) is known color: Saffron. HEX triplet: FA, BB and 2F. RGB value is (250,187,47). Sum of RGB (Red+Green+Blue) = 250+187+47=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB2F is #0544D0. Grayscale: #BEBEBE. Windows color (decimal): -345297 or 3128314. OLE color: 3128314.

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

Color convert

RGB 250 187 47 -
CMYK 0 0.25 0.81 0.02
HSL 41.38º 0.95% 0.58% -
HSV(B) 41.38º 0.81% 0.98% -
XYZ 57.71 56.07 10.47 -
YUV 189.88 47.37 170.88 -
System Red Green Blue C M Y K H S L
Decimal 250 187 47 0 0.25 0.81 0.02 41.38 0.95 0.58
Hex FA BB 2F 0 19 51 2 29 5F 3A
Octal 372 273 57 0 31 121 2 51 137 72
Binary 11111010 10111011 101111 0 11001 1010001 10 101001 1011111 111010

Color Harmonies of #FABB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB2F

Black with #FABB2F

Text Example


Text Example

White with #FABB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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