Html Css Color HEX #FAC528 Saffron

📋 copy color: '#FAC528'

red 250 ◦ green 197 ◦ blue 40

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

Shades of Saffron #FAC528

Tints of Saffron #FAC528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.45%

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

R = 51.33%
G = 40.45%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC528 (or 0xFAC528) is known color: Saffron. HEX triplet: FA, C5 and 28. RGB value is (250,197,40). Sum of RGB (Red+Green+Blue) = 250+197+40=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC528 is #053AD7. Grayscale: #C3C3C3. Windows color (decimal): -342744 or 2672122. OLE color: 2672122.

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

Color convert

RGB 250 197 40 -
CMYK 0 0.21 0.84 0.02
HSL 44.86º 0.95% 0.57% -
HSV(B) 44.86º 0.84% 0.98% -
XYZ 59.77 60.41 10.52 -
YUV 194.95 40.56 167.27 -
System Red Green Blue C M Y K H S L
Decimal 250 197 40 0 0.21 0.84 0.02 44.86 0.95 0.57
Hex FA C5 28 0 15 54 2 2D 5F 39
Octal 372 305 50 0 25 124 2 55 137 71
Binary 11111010 11000101 101000 0 10101 1010100 10 101101 1011111 111001

Color Harmonies of #FAC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC528

Black with #FAC528

Text Example


Text Example

White with #FAC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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