Html Css Color HEX #FAC52A Saffron

📋 copy color: '#FAC52A'

red 250 ◦ green 197 ◦ blue 42

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

Shades of Saffron #FAC52A

Tints of Saffron #FAC52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.59%

R = 51.12%
G = 40.29%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC52A (or 0xFAC52A) is known color: Saffron. HEX triplet: FA, C5 and 2A. RGB value is (250,197,42). Sum of RGB (Red+Green+Blue) = 250+197+42=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC52A is #053AD5. Grayscale: #C3C3C3. Windows color (decimal): -342742 or 2803194. OLE color: 2803194.

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

Color convert

RGB 250 197 42 -
CMYK 0 0.21 0.83 0.02
HSL 44.71º 0.95% 0.57% -
HSV(B) 44.71º 0.83% 0.98% -
XYZ 59.81 60.42 10.7 -
YUV 195.18 41.56 167.1 -
System Red Green Blue C M Y K H S L
Decimal 250 197 42 0 0.21 0.83 0.02 44.71 0.95 0.57
Hex FA C5 2A 0 15 53 2 2D 5F 39
Octal 372 305 52 0 25 123 2 55 137 71
Binary 11111010 11000101 101010 0 10101 1010011 10 101101 1011111 111001

Color Harmonies of #FAC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC52A

Black with #FAC52A

Text Example


Text Example

White with #FAC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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