#FAC441

Color #FAC441 Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FAC441

Tints of Sunglow #FAC441

Color information

#FAC441 (or 0xFAC441) is unknown color: approx Sunglow. HEX triplet: FA, C4 and 41. RGB value is (250,196,65). Sum of RGB (Red+Green+Blue) = 250+196+65=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC441 is #053BBE. Grayscale: #C5C5C5. Windows color (decimal): -342975 or 4310266. OLE color: 4310266.

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

Color convert

RGB25019665-
CMYK00.220.740.02
HSL42.49º94.87%61.76%-
HSV(B)42.49º74%98.04%-
XYZ60.1260.1913.45-
YUV197.2153.39165.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 65 (25.78% from 255) = 12.72%
R=48.92%
G=38.36%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501966500.220.740.0242.4994.8761.76
HexFAC4410164A22a5f3e
Octal37230410102611225213776
Binary111110101100010010000010101101001010101010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC441; }

 p { color: rgb(250,196,65); }

 H1.HeaderClassName
 {
   color: #FAC441;
 }
 .AnyTagClassName
 {
   color: #FAC441;
 }
</style>
background-color css

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

 a { background-color: rgb(250,196,65); }

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

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

 span { border-color: rgb(250,196,65); }

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