Html Css Color HEX #FAC52F Saffron

📋 copy color: '#FAC52F'

red 250 ◦ green 197 ◦ blue 47

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

Shades of Saffron #FAC52F

Tints of Saffron #FAC52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.51%

R = 50.61%
G = 39.88%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC52F (or 0xFAC52F) is known color: Saffron. HEX triplet: FA, C5 and 2F. RGB value is (250,197,47). Sum of RGB (Red+Green+Blue) = 250+197+47=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC52F is #053AD0. Grayscale: #C4C4C4. Windows color (decimal): -342737 or 3130874. OLE color: 3130874.

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

Color convert

RGB 250 197 47 -
CMYK 0 0.21 0.81 0.02
HSL 44.33º 0.95% 0.58% -
HSV(B) 44.33º 0.81% 0.98% -
XYZ 59.9 60.46 11.2 -
YUV 195.75 44.06 166.7 -
System Red Green Blue C M Y K H S L
Decimal 250 197 47 0 0.21 0.81 0.02 44.33 0.95 0.58
Hex FA C5 2F 0 15 51 2 2C 5F 3A
Octal 372 305 57 0 25 121 2 54 137 72
Binary 11111010 11000101 101111 0 10101 1010001 10 101100 1011111 111010

Color Harmonies of #FAC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC52F

Black with #FAC52F

Text Example


Text Example

White with #FAC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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