#F2D23B

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

Shades of Golden Dream #F2D23B

Tints of Golden Dream #F2D23B

Color information

#F2D23B (or 0xF2D23B) is unknown color: approx Golden Dream. HEX triplet: F2, D2 and 3B. RGB value is (242,210,59). Sum of RGB (Red+Green+Blue) = 242+210+59=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 59 (23.44% from 255 or 11.55% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D23B is #0D2DC4. Grayscale: #CACACA. Windows color (decimal): -863685 or 3920626. OLE color: 3920626.

HSL color Cylindrical-coordinate representation of color #F2D23B: hue angle of 49.51º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2D23B is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24221059-
CMYK00.130.760.05
HSL49.51º87.56%59.02%-
HSV(B)49.51º75.62%94.9%-
XYZ60.4565.2913.55-
YUV202.3547.1156.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.36%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 59 (23.44% from 255) = 11.55%
R=47.36%
G=41.10%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422105900.130.760.0549.5187.5659.02
HexF2D23B0D4C532583b
Octal3623227301511456213073
Binary11110010110100101110110110110011001011100101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D23B; }

 p { color: rgb(242,210,59); }

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

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

 a { background-color: rgb(242,210,59); }

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

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

 span { border-color: rgb(242,210,59); }

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