Html Css Color HEX #FAC126 Saffron

📋 copy color: '#FAC126'

red 250 ◦ green 193 ◦ blue 38

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

Shades of Saffron #FAC126

Tints of Saffron #FAC126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.9%

R = 51.98%
G = 40.12%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAC126 (or 0xFAC126) is known color: Saffron. HEX triplet: FA, C1 and 26. RGB value is (250,193,38). Sum of RGB (Red+Green+Blue) = 250+193+38=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 38 (15.23% from 255 or 7.90% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC126 is #053ED9. Grayscale: #C1C1C1. Windows color (decimal): -343770 or 2540026. OLE color: 2540026.

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

Color convert

RGB 250 193 38 -
CMYK 0 0.23 0.85 0.02
HSL 43.87º 0.95% 0.56% -
HSV(B) 43.87º 0.85% 0.98% -
XYZ 58.84 58.6 10.04 -
YUV 192.37 40.88 169.1 -
System Red Green Blue C M Y K H S L
Decimal 250 193 38 0 0.23 0.85 0.02 43.87 0.95 0.56
Hex FA C1 26 0 17 55 2 2C 5F 38
Octal 372 301 46 0 27 125 2 54 137 70
Binary 11111010 11000001 100110 0 10111 1010101 10 101100 1011111 111000

Color Harmonies of #FAC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC126

Black with #FAC126

Text Example


Text Example

White with #FAC126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC126; }

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

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

background-color css

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

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

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

border-color css

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

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

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