Html Css Color HEX #FAC237 Saffron

📋 copy color: '#FAC237'

red 250 ◦ green 194 ◦ blue 55

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

Shades of Saffron #FAC237

Tints of Saffron #FAC237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.02%

R = 50.1%
G = 38.88%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAC237 (or 0xFAC237) is known color: Saffron. HEX triplet: FA, C2 and 37. RGB value is (250,194,55). Sum of RGB (Red+Green+Blue) = 250+194+55=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC237 is #053DC8. Grayscale: #C3C3C3. Windows color (decimal): -343497 or 3654394. OLE color: 3654394.

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

Color convert

RGB 250 194 55 -
CMYK 0 0.22 0.78 0.02
HSL 42.77º 0.95% 0.6% -
HSV(B) 42.77º 0.78% 0.98% -
XYZ 59.41 59.18 11.91 -
YUV 194.9 49.05 167.3 -
System Red Green Blue C M Y K H S L
Decimal 250 194 55 0 0.22 0.78 0.02 42.77 0.95 0.6
Hex FA C2 37 0 16 4E 2 2B 5F 3C
Octal 372 302 67 0 26 116 2 53 137 74
Binary 11111010 11000010 110111 0 10110 1001110 10 101011 1011111 111100

Color Harmonies of #FAC237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC237

Black with #FAC237

Text Example


Text Example

White with #FAC237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC237; }

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

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

background-color css

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

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

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

border-color css

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

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

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