Html Css Color HEX #FAC32E Saffron

📋 copy color: '#FAC32E'

red 250 ◦ green 195 ◦ blue 46

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

Shades of Saffron #FAC32E

Tints of Saffron #FAC32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.37%

R = 50.92%
G = 39.71%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAC32E (or 0xFAC32E) is known color: Saffron. HEX triplet: FA, C3 and 2E. RGB value is (250,195,46). Sum of RGB (Red+Green+Blue) = 250+195+46=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC32E is #053CD1. Grayscale: #C3C3C3. Windows color (decimal): -343250 or 3064826. OLE color: 3064826.

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

Color convert

RGB 250 195 46 -
CMYK 0 0.22 0.82 0.02
HSL 43.82º 0.95% 0.58% -
HSV(B) 43.82º 0.82% 0.98% -
XYZ 59.43 59.55 10.95 -
YUV 194.46 44.22 167.62 -
System Red Green Blue C M Y K H S L
Decimal 250 195 46 0 0.22 0.82 0.02 43.82 0.95 0.58
Hex FA C3 2E 0 16 52 2 2C 5F 3A
Octal 372 303 56 0 26 122 2 54 137 72
Binary 11111010 11000011 101110 0 10110 1010010 10 101100 1011111 111010

Color Harmonies of #FAC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC32E

Black with #FAC32E

Text Example


Text Example

White with #FAC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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