Html Css Color HEX #FAC534 Saffron

📋 copy color: '#FAC534'

red 250 ◦ green 197 ◦ blue 52

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

Shades of Saffron #FAC534

Tints of Saffron #FAC534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.42%

R = 50.1%
G = 39.48%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAC534 (or 0xFAC534) is known color: Saffron. HEX triplet: FA, C5 and 34. RGB value is (250,197,52). Sum of RGB (Red+Green+Blue) = 250+197+52=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC534 is #053ACB. Grayscale: #C4C4C4. Windows color (decimal): -342732 or 3458554. OLE color: 3458554.

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

Color convert

RGB 250 197 52 -
CMYK 0 0.21 0.79 0.02
HSL 43.94º 0.95% 0.59% -
HSV(B) 43.94º 0.79% 0.98% -
XYZ 60.01 60.5 11.76 -
YUV 196.32 46.56 166.29 -
System Red Green Blue C M Y K H S L
Decimal 250 197 52 0 0.21 0.79 0.02 43.94 0.95 0.59
Hex FA C5 34 0 15 4F 2 2C 5F 3B
Octal 372 305 64 0 25 117 2 54 137 73
Binary 11111010 11000101 110100 0 10101 1001111 10 101100 1011111 111011

Color Harmonies of #FAC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC534

Black with #FAC534

Text Example


Text Example

White with #FAC534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC534; }

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

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

background-color css

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

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

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

border-color css

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

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

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