Html Css Color HEX #FAC533 Saffron

📋 copy color: '#FAC533'

red 250 ◦ green 197 ◦ blue 51

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

Shades of Saffron #FAC533

Tints of Saffron #FAC533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.24%

R = 50.2%
G = 39.56%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAC533 (or 0xFAC533) is known color: Saffron. HEX triplet: FA, C5 and 33. RGB value is (250,197,51). Sum of RGB (Red+Green+Blue) = 250+197+51=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC533 is #053ACC. Grayscale: #C4C4C4. Windows color (decimal): -342733 or 3393018. OLE color: 3393018.

HSL color Cylindrical-coordinate representation of color #FAC533: hue angle of 44.02º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAC533 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 51 -
CMYK 0 0.21 0.80 0.02
HSL 44.02º 0.95% 0.59% -
HSV(B) 44.02º 0.8% 0.98% -
XYZ 59.99 60.5 11.65 -
YUV 196.2 46.06 166.37 -
System Red Green Blue C M Y K H S L
Decimal 250 197 51 0 0.21 0.80 0.02 44.02 0.95 0.59
Hex FA C5 33 0 15 50 2 2C 5F 3B
Octal 372 305 63 0 25 120 2 54 137 73
Binary 11111010 11000101 110011 0 10101 1010000 10 101100 1011111 111011

Color Harmonies of #FAC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC533

Black with #FAC533

Text Example


Text Example

White with #FAC533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC533; }

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

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

background-color css

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

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

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

border-color css

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

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

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