Html Css Color HEX #F0B940 Cream Can

📋 copy color: '#F0B940'

red 240 ◦ green 185 ◦ blue 64

#F0B940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream Can #F0B940

Tints of Cream Can #F0B940

RGB

 RED value IS 240 (94.14% from 255) = 49.08%

 GREEN value IS 185 (72.66% from 255) = 37.83%

 BLUE value IS 64 (25.39% from 255) = 13.09%

R = 49.08%
G = 37.83%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F0B940 (or 0xF0B940) is known color: Cream Can. HEX triplet: F0, B9 and 40. RGB value is (240,185,64). Sum of RGB (Red+Green+Blue) = 240+185+64=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B940 is #0F46BF. Grayscale: #BCBCBC. Windows color (decimal): -1001152 or 4241904. OLE color: 4241904.

HSL color Cylindrical-coordinate representation of color #F0B940: hue angle of 41.25º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0B940 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 185 64 -
CMYK 0 0.23 0.73 0.06
HSL 41.25º 0.85% 0.6% -
HSV(B) 41.25º 0.73% 0.94% -
XYZ 54.21 53.59 12.34 -
YUV 187.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 240 185 64 0 0.23 0.73 0.06 41.25 0.85 0.6
Hex F0 B9 40 0 17 49 6 29 55 3C
Octal 360 271 100 0 27 111 6 51 125 74
Binary 11110000 10111001 1000000 0 10111 1001001 110 101001 1010101 111100

Color Harmonies of #F0B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B940

Black with #F0B940

Text Example


Text Example

White with #F0B940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B940; }

 p { color: rgb(240,185,64); }

 H1.HeaderClassName
 {
   color: #F0B940;
 }
 .AnyTagClassName
 {
   color: #F0B940;
 }
</style>

background-color css

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

 a { background-color: rgb(240,185,64); }

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

border-color css

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

 span { border-color: rgb(240,185,64); }

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