#FFC740

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

Shades of Sunglow #FFC740

Tints of Sunglow #FFC740

Color information

#FFC740 (or 0xFFC740) is unknown color: approx Sunglow. HEX triplet: FF, C7 and 40. RGB value is (255,199,64). Sum of RGB (Red+Green+Blue) = 255+199+64=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC740 is #0038BF. Grayscale: #C8C8C8. Windows color (decimal): -14528 or 4245503. OLE color: 4245503.

HSL color Cylindrical-coordinate representation of color #FFC740: hue angle of 42.41º 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 #FFC740 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB25519964-
CMYK00.220.750
HSL42.41º100%62.55%-
HSV(B)42.41º74.9%100%-
XYZ62.5962.4813.61-
YUV200.3551.05166.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 199 (78.12% from 255) = 38.42%
BLUE value IS 64 (25.39% from 255) = 12.36%
R=49.23%
G=38.42%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551996400.220.75042.4110062.55
HexFFC7400164B02a643f
Octal37730710002611305214477
Binary11111111110001111000000010110100101101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC740; }

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

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

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

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

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

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

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

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