#FFCF40

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

Shades of Sunglow #FFCF40

Tints of Sunglow #FFCF40

Color information

#FFCF40 (or 0xFFCF40) is unknown color: approx Sunglow. HEX triplet: FF, CF and 40. RGB value is (255,207,64). Sum of RGB (Red+Green+Blue) = 255+207+64=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF40 is #0030BF. Grayscale: #CDCDCD. Windows color (decimal): -12480 or 4247551. OLE color: 4247551.

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

Color convert

RGB25520764-
CMYK00.190.750
HSL44.92º100%62.55%-
HSV(B)44.92º74.9%100%-
XYZ64.4866.2614.24-
YUV205.0548.4163.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 64 (25.39% from 255) = 12.17%
R=48.48%
G=39.35%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552076400.190.75044.9210062.55
HexFFCF400134B02d643f
Octal37731710002311305514477
Binary11111111110011111000000010011100101101011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCF40; }

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

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

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

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

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

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

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

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