Html Css Color HEX #FAC034 Saffron

📋 copy color: '#FAC034'

red 250 ◦ green 192 ◦ blue 52

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

Shades of Saffron #FAC034

Tints of Saffron #FAC034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.53%

R = 50.61%
G = 38.87%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAC034 (or 0xFAC034) is known color: Saffron. HEX triplet: FA, C0 and 34. RGB value is (250,192,52). Sum of RGB (Red+Green+Blue) = 250+192+52=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC034 is #053FCB. Grayscale: #C2C2C2. Windows color (decimal): -344012 or 3457274. OLE color: 3457274.

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

Color convert

RGB 250 192 52 -
CMYK 0 0.23 0.79 0.02
HSL 42.42º 0.95% 0.59% -
HSV(B) 42.42º 0.79% 0.98% -
XYZ 58.89 58.27 11.39 -
YUV 193.38 48.22 168.38 -
System Red Green Blue C M Y K H S L
Decimal 250 192 52 0 0.23 0.79 0.02 42.42 0.95 0.59
Hex FA C0 34 0 17 4F 2 2A 5F 3B
Octal 372 300 64 0 27 117 2 52 137 73
Binary 11111010 11000000 110100 0 10111 1001111 10 101010 1011111 111011

Color Harmonies of #FAC034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC034

Black with #FAC034

Text Example


Text Example

White with #FAC034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC034; }

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

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

background-color css

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

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

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

border-color css

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

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

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