#FFC540

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

Shades of Sunglow #FFC540

Tints of Sunglow #FFC540

Color information

#FFC540 (or 0xFFC540) is unknown color: approx Sunglow. HEX triplet: FF, C5 and 40. RGB value is (255,197,64). Sum of RGB (Red+Green+Blue) = 255+197+64=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC540 is #003ABF. Grayscale: #C7C7C7. Windows color (decimal): -15040 or 4244991. OLE color: 4244991.

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

Color convert

RGB25519764-
CMYK00.230.750
HSL41.78º100%62.55%-
HSV(B)41.78º74.9%100%-
XYZ62.1361.5613.46-
YUV199.1851.72167.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 64 (25.39% from 255) = 12.40%
R=49.42%
G=38.18%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551976400.230.75041.7810062.55
HexFFC5400174B02a643f
Octal37730510002711305214477
Binary11111111110001011000000010111100101101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC540; }

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

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

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

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

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

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

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

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