#F3CD30

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

Shades of Golden Dream #F3CD30

Tints of Golden Dream #F3CD30

Color information

#F3CD30 (or 0xF3CD30) is unknown color: approx Golden Dream. HEX triplet: F3, CD and 30. RGB value is (243,205,48). Sum of RGB (Red+Green+Blue) = 243+205+48=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CD30 is #0C32CF. Grayscale: #C7C7C7. Windows color (decimal): -799440 or 3198451. OLE color: 3198451.

HSL color Cylindrical-coordinate representation of color #F3CD30: hue angle of 48.31º 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 #F3CD30 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24320548-
CMYK00.160.800.05
HSL48.31º89.04%57.06%-
HSV(B)48.31º80.25%95.29%-
XYZ59.3362.9311.82-
YUV198.4643.09159.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 48 (19.14% from 255) = 9.68%
R=48.99%
G=41.33%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432054800.160.800.0548.3189.0457.06
HexF3CD30010505305939
Octal3633156002012056013171
Binary111100111100110111000001000010100001011100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CD30; }

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

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

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

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

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

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

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

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