Html Css Color HEX #FAC12C Saffron

📋 copy color: '#FAC12C'

red 250 ◦ green 193 ◦ blue 44

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

Shades of Saffron #FAC12C

Tints of Saffron #FAC12C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.63%

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

R = 51.33%
G = 39.63%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAC12C (or 0xFAC12C) is known color: Saffron. HEX triplet: FA, C1 and 2C. RGB value is (250,193,44). Sum of RGB (Red+Green+Blue) = 250+193+44=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC12C is #053ED3. Grayscale: #C1C1C1. Windows color (decimal): -343764 or 2933242. OLE color: 2933242.

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

Color convert

RGB 250 193 44 -
CMYK 0 0.23 0.82 0.02
HSL 43.4º 0.95% 0.58% -
HSV(B) 43.4º 0.82% 0.98% -
XYZ 58.95 58.65 10.6 -
YUV 193.06 43.88 168.62 -
System Red Green Blue C M Y K H S L
Decimal 250 193 44 0 0.23 0.82 0.02 43.4 0.95 0.58
Hex FA C1 2C 0 17 52 2 2B 5F 3A
Octal 372 301 54 0 27 122 2 53 137 72
Binary 11111010 11000001 101100 0 10111 1010010 10 101011 1011111 111010

Color Harmonies of #FAC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC12C

Black with #FAC12C

Text Example


Text Example

White with #FAC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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