Html Css Color HEX #FAC036 Saffron

📋 copy color: '#FAC036'

red 250 ◦ green 192 ◦ blue 54

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

Shades of Saffron #FAC036

Tints of Saffron #FAC036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.89%

R = 50.4%
G = 38.71%
B = 10.89%

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

#FAC036 (or 0xFAC036) is known color: Saffron. HEX triplet: FA, C0 and 36. RGB value is (250,192,54). Sum of RGB (Red+Green+Blue) = 250+192+54=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 54 (21.48% from 255 or 10.89% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC036 is #053FC9. Grayscale: #C2C2C2. Windows color (decimal): -344010 or 3588346. OLE color: 3588346.

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

Color convert

RGB 250 192 54 -
CMYK 0 0.23 0.78 0.02
HSL 42.24º 0.95% 0.6% -
HSV(B) 42.24º 0.78% 0.98% -
XYZ 58.94 58.29 11.63 -
YUV 193.61 49.22 168.22 -
System Red Green Blue C M Y K H S L
Decimal 250 192 54 0 0.23 0.78 0.02 42.24 0.95 0.6
Hex FA C0 36 0 17 4E 2 2A 5F 3C
Octal 372 300 66 0 27 116 2 52 137 74
Binary 11111010 11000000 110110 0 10111 1001110 10 101010 1011111 111100

Color Harmonies of #FAC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC036

Black with #FAC036

Text Example


Text Example

White with #FAC036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC036; }

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

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

background-color css

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

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

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

border-color css

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

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

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