Html Css Color HEX #FAC336 Saffron

📋 copy color: '#FAC336'

red 250 ◦ green 195 ◦ blue 54

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

Shades of Saffron #FAC336

Tints of Saffron #FAC336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.08%

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

R = 50.1%
G = 39.08%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAC336 (or 0xFAC336) is known color: Saffron. HEX triplet: FA, C3 and 36. RGB value is (250,195,54). Sum of RGB (Red+Green+Blue) = 250+195+54=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC336 is #053CC9. Grayscale: #C3C3C3. Windows color (decimal): -343242 or 3589114. OLE color: 3589114.

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

Color convert

RGB 250 195 54 -
CMYK 0 0.22 0.78 0.02
HSL 43.16º 0.95% 0.6% -
HSV(B) 43.16º 0.78% 0.98% -
XYZ 59.61 59.62 11.86 -
YUV 195.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 250 195 54 0 0.22 0.78 0.02 43.16 0.95 0.6
Hex FA C3 36 0 16 4E 2 2B 5F 3C
Octal 372 303 66 0 26 116 2 53 137 74
Binary 11111010 11000011 110110 0 10110 1001110 10 101011 1011111 111100

Color Harmonies of #FAC336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC336

Black with #FAC336

Text Example


Text Example

White with #FAC336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC336; }

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

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

background-color css

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

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

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

border-color css

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

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

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