#F0CB34

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

Shades of Golden Dream #F0CB34

Tints of Golden Dream #F0CB34

Color information

#F0CB34 (or 0xF0CB34) is unknown color: approx Golden Dream. HEX triplet: F0, CB and 34. RGB value is (240,203,52). Sum of RGB (Red+Green+Blue) = 240+203+52=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB34 is #0F34CB. Grayscale: #C5C5C5. Windows color (decimal): -996556 or 3460080. OLE color: 3460080.

HSL color Cylindrical-coordinate representation of color #F0CB34: hue angle of 48.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0CB34 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB24020352-
CMYK00.150.780.06
HSL48.19º86.24%57.25%-
HSV(B)48.19º78.33%94.12%-
XYZ57.9161.4912.06-
YUV196.8546.26158.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.48%
GREEN value IS 203 (79.69% from 255) = 41.01%
BLUE value IS 52 (20.70% from 255) = 10.51%
R=48.48%
G=41.01%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402035200.150.780.0648.1986.2457.25
HexF0CB340F4E6305639
Octal3603136401711666012671
Binary11110000110010111101000111110011101101100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CB34; }

 p { color: rgb(240,203,52); }

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

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

 a { background-color: rgb(240,203,52); }

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

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

 span { border-color: rgb(240,203,52); }

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