Html Css Color HEX #FAC52D Saffron

📋 copy color: '#FAC52D'

red 250 ◦ green 197 ◦ blue 45

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

Shades of Saffron #FAC52D

Tints of Saffron #FAC52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.15%

R = 50.81%
G = 40.04%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAC52D (or 0xFAC52D) is known color: Saffron. HEX triplet: FA, C5 and 2D. RGB value is (250,197,45). Sum of RGB (Red+Green+Blue) = 250+197+45=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC52D is #053AD2. Grayscale: #C4C4C4. Windows color (decimal): -342739 or 2999802. OLE color: 2999802.

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

Color convert

RGB 250 197 45 -
CMYK 0 0.21 0.82 0.02
HSL 44.49º 0.95% 0.58% -
HSV(B) 44.49º 0.82% 0.98% -
XYZ 59.86 60.45 10.99 -
YUV 195.52 43.06 166.86 -
System Red Green Blue C M Y K H S L
Decimal 250 197 45 0 0.21 0.82 0.02 44.49 0.95 0.58
Hex FA C5 2D 0 15 52 2 2C 5F 3A
Octal 372 305 55 0 25 122 2 54 137 72
Binary 11111010 11000101 101101 0 10101 1010010 10 101100 1011111 111010

Color Harmonies of #FAC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC52D

Black with #FAC52D

Text Example


Text Example

White with #FAC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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