Html Css Color HEX #FAC035 Saffron

📋 copy color: '#FAC035'

red 250 ◦ green 192 ◦ blue 53

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

Shades of Saffron #FAC035

Tints of Saffron #FAC035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.71%

R = 50.51%
G = 38.79%
B = 10.71%

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

#FAC035 (or 0xFAC035) is known color: Saffron. HEX triplet: FA, C0 and 35. RGB value is (250,192,53). Sum of RGB (Red+Green+Blue) = 250+192+53=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC035 is #053FCA. Grayscale: #C2C2C2. Windows color (decimal): -344011 or 3522810. OLE color: 3522810.

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

Color convert

RGB 250 192 53 -
CMYK 0 0.23 0.79 0.02
HSL 42.34º 0.95% 0.59% -
HSV(B) 42.34º 0.79% 0.98% -
XYZ 58.92 58.28 11.51 -
YUV 193.5 48.72 168.3 -
System Red Green Blue C M Y K H S L
Decimal 250 192 53 0 0.23 0.79 0.02 42.34 0.95 0.59
Hex FA C0 35 0 17 4F 2 2A 5F 3B
Octal 372 300 65 0 27 117 2 52 137 73
Binary 11111010 11000000 110101 0 10111 1001111 10 101010 1011111 111011

Color Harmonies of #FAC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC035

Black with #FAC035

Text Example


Text Example

White with #FAC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC035; }

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

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

background-color css

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

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

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

border-color css

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

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

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