Html Css Color HEX #FABC32 Saffron

📋 copy color: '#FABC32'

red 250 ◦ green 188 ◦ blue 50

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

Shades of Saffron #FABC32

Tints of Saffron #FABC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.52%

 BLUE value IS 50 (19.92% from 255) = 10.25%

R = 51.23%
G = 38.52%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FABC32 (or 0xFABC32) is known color: Saffron. HEX triplet: FA, BC and 32. RGB value is (250,188,50). Sum of RGB (Red+Green+Blue) = 250+188+50=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC32 is #0543CD. Grayscale: #BFBFBF. Windows color (decimal): -345038 or 3325178. OLE color: 3325178.

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

Color convert

RGB 250 188 50 -
CMYK 0 0.25 0.8 0.02
HSL 41.4º 0.95% 0.59% -
HSV(B) 41.4º 0.8% 0.98% -
XYZ 57.98 56.52 10.87 -
YUV 190.81 48.54 170.22 -
System Red Green Blue C M Y K H S L
Decimal 250 188 50 0 0.25 0.8 0.02 41.4 0.95 0.59
Hex FA BC 32 0 19 50 2 29 5F 3B
Octal 372 274 62 0 31 120 2 51 137 73
Binary 11111010 10111100 110010 0 11001 1010000 10 101001 1011111 111011

Color Harmonies of #FABC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC32

Black with #FABC32

Text Example


Text Example

White with #FABC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC32; }

 p { color: rgb(250,188,50); }

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

background-color css

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

 a { background-color: rgb(250,188,50); }

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

border-color css

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

 span { border-color: rgb(250,188,50); }

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