#F3CE30

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

Shades of Golden Dream #F3CE30

Tints of Golden Dream #F3CE30

Color information

#F3CE30 (or 0xF3CE30) is unknown color: approx Golden Dream. HEX triplet: F3, CE and 30. RGB value is (243,206,48). Sum of RGB (Red+Green+Blue) = 243+206+48=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CE30 is #0C31CF. Grayscale: #C7C7C7. Windows color (decimal): -799184 or 3198707. OLE color: 3198707.

HSL color Cylindrical-coordinate representation of color #F3CE30: hue angle of 48.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3CE30 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24320648-
CMYK00.150.800.05
HSL48.62º89.04%57.06%-
HSV(B)48.62º80.25%95.29%-
XYZ59.5763.4111.9-
YUV199.0542.76159.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 48 (19.14% from 255) = 9.66%
R=48.89%
G=41.45%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432064800.150.800.0548.6289.0457.06
HexF3CE300F505315939
Octal3633166001712056113171
Binary11110011110011101100000111110100001011100011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CE30; }

 p { color: rgb(243,206,48); }

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

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

 a { background-color: rgb(243,206,48); }

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

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

 span { border-color: rgb(243,206,48); }

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