Html Css Color HEX #FAC328 Saffron

📋 copy color: '#FAC328'

red 250 ◦ green 195 ◦ blue 40

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

Shades of Saffron #FAC328

Tints of Saffron #FAC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.25%

R = 51.55%
G = 40.21%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC328 (or 0xFAC328) is known color: Saffron. HEX triplet: FA, C3 and 28. RGB value is (250,195,40). Sum of RGB (Red+Green+Blue) = 250+195+40=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC328 is #053CD7. Grayscale: #C2C2C2. Windows color (decimal): -343256 or 2671610. OLE color: 2671610.

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

Color convert

RGB 250 195 40 -
CMYK 0 0.22 0.84 0.02
HSL 44.29º 0.95% 0.57% -
HSV(B) 44.29º 0.84% 0.98% -
XYZ 59.32 59.51 10.37 -
YUV 193.78 41.22 168.1 -
System Red Green Blue C M Y K H S L
Decimal 250 195 40 0 0.22 0.84 0.02 44.29 0.95 0.57
Hex FA C3 28 0 16 54 2 2C 5F 39
Octal 372 303 50 0 26 124 2 54 137 71
Binary 11111010 11000011 101000 0 10110 1010100 10 101100 1011111 111001

Color Harmonies of #FAC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC328

Black with #FAC328

Text Example


Text Example

White with #FAC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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