#F5CB30

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

Shades of Golden Dream #F5CB30

Tints of Golden Dream #F5CB30

Color information

#F5CB30 (or 0xF5CB30) is unknown color: approx Golden Dream. HEX triplet: F5, CB and 30. RGB value is (245,203,48). Sum of RGB (Red+Green+Blue) = 245+203+48=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB30 is #0A34CF. Grayscale: #C6C6C6. Windows color (decimal): -668880 or 3197941. OLE color: 3197941.

HSL color Cylindrical-coordinate representation of color #F5CB30: hue angle of 47.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5CB30 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24520348-
CMYK00.170.800.04
HSL47.21º90.78%57.45%-
HSV(B)47.21º80.41%96.08%-
XYZ59.5562.3411.69-
YUV197.8943.41161.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 48 (19.14% from 255) = 9.68%
R=49.40%
G=40.93%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452034800.170.800.0447.2190.7857.45
HexF5CB300115042f5b39
Octal3653136002112045713371
Binary111101011100101111000001000110100001001011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CB30; }

 p { color: rgb(245,203,48); }

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

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

 a { background-color: rgb(245,203,48); }

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

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

 span { border-color: rgb(245,203,48); }

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