Html Css Color HEX #FAC52C Saffron

📋 copy color: '#FAC52C'

red 250 ◦ green 197 ◦ blue 44

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

Shades of Saffron #FAC52C

Tints of Saffron #FAC52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.96%

R = 50.92%
G = 40.12%
B = 8.96%

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

#FAC52C (or 0xFAC52C) is known color: Saffron. HEX triplet: FA, C5 and 2C. RGB value is (250,197,44). Sum of RGB (Red+Green+Blue) = 250+197+44=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC52C is #053AD3. Grayscale: #C4C4C4. Windows color (decimal): -342740 or 2934266. OLE color: 2934266.

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

Color convert

RGB 250 197 44 -
CMYK 0 0.21 0.82 0.02
HSL 44.56º 0.95% 0.58% -
HSV(B) 44.56º 0.82% 0.98% -
XYZ 59.85 60.44 10.89 -
YUV 195.41 42.56 166.94 -
System Red Green Blue C M Y K H S L
Decimal 250 197 44 0 0.21 0.82 0.02 44.56 0.95 0.58
Hex FA C5 2C 0 15 52 2 2D 5F 3A
Octal 372 305 54 0 25 122 2 55 137 72
Binary 11111010 11000101 101100 0 10101 1010010 10 101101 1011111 111010

Color Harmonies of #FAC52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC52C

Black with #FAC52C

Text Example


Text Example

White with #FAC52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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