Html Css Color HEX #F0B944 Cream Can

📋 copy color: '#F0B944'

red 240 ◦ green 185 ◦ blue 68

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

Shades of Cream Can #F0B944

Tints of Cream Can #F0B944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.79%

R = 48.68%
G = 37.53%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F0B944 (or 0xF0B944) is known color: Cream Can. HEX triplet: F0, B9 and 44. RGB value is (240,185,68). Sum of RGB (Red+Green+Blue) = 240+185+68=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B944 is #0F46BB. Grayscale: #BCBCBC. Windows color (decimal): -1001148 or 4504048. OLE color: 4504048.

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

Color convert

RGB 240 185 68 -
CMYK 0 0.23 0.72 0.06
HSL 40.81º 0.85% 0.6% -
HSV(B) 40.81º 0.72% 0.94% -
XYZ 54.33 53.64 12.96 -
YUV 188.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 240 185 68 0 0.23 0.72 0.06 40.81 0.85 0.6
Hex F0 B9 44 0 17 48 6 29 55 3C
Octal 360 271 104 0 27 110 6 51 125 74
Binary 11110000 10111001 1000100 0 10111 1001000 110 101001 1010101 111100

Color Harmonies of #F0B944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B944

Black with #F0B944

Text Example


Text Example

White with #F0B944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B944; }

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

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

background-color css

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

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

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

border-color css

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

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

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