Html Css Color HEX #FAC227 Saffron

📋 copy color: '#FAC227'

red 250 ◦ green 194 ◦ blue 39

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

Shades of Saffron #FAC227

Tints of Saffron #FAC227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 39 (15.63% from 255) = 8.07%

R = 51.76%
G = 40.17%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC227 (or 0xFAC227) is known color: Saffron. HEX triplet: FA, C2 and 27. RGB value is (250,194,39). Sum of RGB (Red+Green+Blue) = 250+194+39=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 39 (15.62% from 255 or 8.07% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC227 is #053DD8. Grayscale: #C1C1C1. Windows color (decimal): -343513 or 2605818. OLE color: 2605818.

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

Color convert

RGB 250 194 39 -
CMYK 0 0.22 0.84 0.02
HSL 44.08º 0.95% 0.57% -
HSV(B) 44.08º 0.84% 0.98% -
XYZ 59.08 59.05 10.2 -
YUV 193.07 41.05 168.6 -
System Red Green Blue C M Y K H S L
Decimal 250 194 39 0 0.22 0.84 0.02 44.08 0.95 0.57
Hex FA C2 27 0 16 54 2 2C 5F 39
Octal 372 302 47 0 26 124 2 54 137 71
Binary 11111010 11000010 100111 0 10110 1010100 10 101100 1011111 111001

Color Harmonies of #FAC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC227

Black with #FAC227

Text Example


Text Example

White with #FAC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC227; }

 p { color: rgb(250,194,39); }

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

background-color css

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

 a { background-color: rgb(250,194,39); }

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

border-color css

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

 span { border-color: rgb(250,194,39); }

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