Html Css Color HEX #FAC137 Saffron

📋 copy color: '#FAC137'

red 250 ◦ green 193 ◦ blue 55

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

Shades of Saffron #FAC137

Tints of Saffron #FAC137

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.76%

 BLUE value IS 55 (21.88% from 255) = 11.04%

R = 50.2%
G = 38.76%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAC137 (or 0xFAC137) is known color: Saffron. HEX triplet: FA, C1 and 37. RGB value is (250,193,55). Sum of RGB (Red+Green+Blue) = 250+193+55=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 55 (21.88% from 255 or 11.04% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC137 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC137 is #053EC8. Grayscale: #C2C2C2. Windows color (decimal): -343753 or 3654138. OLE color: 3654138.

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

Color convert

RGB 250 193 55 -
CMYK 0 0.23 0.78 0.02
HSL 42.46º 0.95% 0.6% -
HSV(B) 42.46º 0.78% 0.98% -
XYZ 59.18 58.74 11.83 -
YUV 194.31 49.38 167.72 -
System Red Green Blue C M Y K H S L
Decimal 250 193 55 0 0.23 0.78 0.02 42.46 0.95 0.6
Hex FA C1 37 0 17 4E 2 2A 5F 3C
Octal 372 301 67 0 27 116 2 52 137 74
Binary 11111010 11000001 110111 0 10111 1001110 10 101010 1011111 111100

Color Harmonies of #FAC137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC137

Black with #FAC137

Text Example


Text Example

White with #FAC137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC137; }

 p { color: rgb(250,193,55); }

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

background-color css

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

 a { background-color: rgb(250,193,55); }

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

border-color css

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

 span { border-color: rgb(250,193,55); }

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