#F0CF2C

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

Shades of Golden Dream #F0CF2C

Tints of Golden Dream #F0CF2C

Color information

#F0CF2C (or 0xF0CF2C) is unknown color: approx Golden Dream. HEX triplet: F0, CF and 2C. RGB value is (240,207,44). Sum of RGB (Red+Green+Blue) = 240+207+44=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CF2C is #0F30D3. Grayscale: #C6C6C6. Windows color (decimal): -995540 or 2936816. OLE color: 2936816.

HSL color Cylindrical-coordinate representation of color #F0CF2C: hue angle of 49.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0CF2C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB24020744-
CMYK00.140.820.06
HSL49.9º86.73%55.69%-
HSV(B)49.9º81.67%94.12%-
XYZ58.763.3311.51-
YUV198.2840.93157.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 44 (17.58% from 255) = 8.96%
R=48.88%
G=42.16%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402074400.140.820.0649.986.7355.69
HexF0CF2C0E526325738
Octal3603175401612266212770
Binary11110000110011111011000111010100101101100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CF2C; }

 p { color: rgb(240,207,44); }

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

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

 a { background-color: rgb(240,207,44); }

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

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

 span { border-color: rgb(240,207,44); }

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