Html Css Color HEX #FAC039 Saffron

📋 copy color: '#FAC039'

red 250 ◦ green 192 ◦ blue 57

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

Shades of Saffron #FAC039

Tints of Saffron #FAC039

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.48%

 BLUE value IS 57 (22.66% from 255) = 11.42%

R = 50.1%
G = 38.48%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAC039 (or 0xFAC039) is known color: Saffron. HEX triplet: FA, C0 and 39. RGB value is (250,192,57). Sum of RGB (Red+Green+Blue) = 250+192+57=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 57 (22.66% from 255 or 11.42% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC039 is #053FC6. Grayscale: #C2C2C2. Windows color (decimal): -344007 or 3784954. OLE color: 3784954.

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

Color convert

RGB 250 192 57 -
CMYK 0 0.23 0.77 0.02
HSL 41.97º 0.95% 0.6% -
HSV(B) 41.97º 0.77% 0.98% -
XYZ 59.01 58.32 12.02 -
YUV 193.95 50.72 167.98 -
System Red Green Blue C M Y K H S L
Decimal 250 192 57 0 0.23 0.77 0.02 41.97 0.95 0.6
Hex FA C0 39 0 17 4D 2 2A 5F 3C
Octal 372 300 71 0 27 115 2 52 137 74
Binary 11111010 11000000 111001 0 10111 1001101 10 101010 1011111 111100

Color Harmonies of #FAC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC039

Black with #FAC039

Text Example


Text Example

White with #FAC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC039; }

 p { color: rgb(250,192,57); }

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

background-color css

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

 a { background-color: rgb(250,192,57); }

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

border-color css

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

 span { border-color: rgb(250,192,57); }

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