#FFC640

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

Shades of Sunglow #FFC640

Tints of Sunglow #FFC640

Color information

#FFC640 (or 0xFFC640) is unknown color: approx Sunglow. HEX triplet: FF, C6 and 40. RGB value is (255,198,64). Sum of RGB (Red+Green+Blue) = 255+198+64=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC640 is #0039BF. Grayscale: #C8C8C8. Windows color (decimal): -14784 or 4245247. OLE color: 4245247.

HSL color Cylindrical-coordinate representation of color #FFC640: hue angle of 42.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFC640 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25519864-
CMYK00.220.750
HSL42.09º100%62.55%-
HSV(B)42.09º74.9%100%-
XYZ62.3662.0213.53-
YUV199.7751.38167.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 64 (25.39% from 255) = 12.38%
R=49.32%
G=38.30%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551986400.220.75042.0910062.55
HexFFC6400164B02a643f
Octal37730610002611305214477
Binary11111111110001101000000010110100101101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC640; }

 p { color: rgb(255,198,64); }

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

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

 a { background-color: rgb(255,198,64); }

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

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

 span { border-color: rgb(255,198,64); }

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