Html Css Color HEX #FAC32D Saffron

📋 copy color: '#FAC32D'

red 250 ◦ green 195 ◦ blue 45

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

Shades of Saffron #FAC32D

Tints of Saffron #FAC32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.18%

R = 51.02%
G = 39.8%
B = 9.18%

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

#FAC32D (or 0xFAC32D) is known color: Saffron. HEX triplet: FA, C3 and 2D. RGB value is (250,195,45). Sum of RGB (Red+Green+Blue) = 250+195+45=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC32D is #053CD2. Grayscale: #C3C3C3. Windows color (decimal): -343251 or 2999290. OLE color: 2999290.

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

Color convert

RGB 250 195 45 -
CMYK 0 0.22 0.82 0.02
HSL 43.9º 0.95% 0.58% -
HSV(B) 43.9º 0.82% 0.98% -
XYZ 59.41 59.54 10.84 -
YUV 194.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 250 195 45 0 0.22 0.82 0.02 43.9 0.95 0.58
Hex FA C3 2D 0 16 52 2 2C 5F 3A
Octal 372 303 55 0 26 122 2 54 137 72
Binary 11111010 11000011 101101 0 10110 1010010 10 101100 1011111 111010

Color Harmonies of #FAC32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC32D

Black with #FAC32D

Text Example


Text Example

White with #FAC32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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