Html Css Color HEX #F0C347 Cream Can

📋 copy color: '#F0C347'

red 240 ◦ green 195 ◦ blue 71

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

Shades of Cream Can #F0C347

Tints of Cream Can #F0C347

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.54%

 BLUE value IS 71 (28.13% from 255) = 14.03%

R = 47.43%
G = 38.54%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F0C347 (or 0xF0C347) is known color: Cream Can. HEX triplet: F0, C3 and 47. RGB value is (240,195,71). Sum of RGB (Red+Green+Blue) = 240+195+71=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C347 is #0F3CB8. Grayscale: #C2C2C2. Windows color (decimal): -998585 or 4703216. OLE color: 4703216.

HSL color Cylindrical-coordinate representation of color #F0C347: hue angle of 44.02º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0C347 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 71 -
CMYK 0 0.19 0.70 0.06
HSL 44.02º 0.85% 0.61% -
HSV(B) 44.02º 0.7% 0.94% -
XYZ 56.59 58.01 14.18 -
YUV 194.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 240 195 71 0 0.19 0.70 0.06 44.02 0.85 0.61
Hex F0 C3 47 0 13 46 6 2C 55 3D
Octal 360 303 107 0 23 106 6 54 125 75
Binary 11110000 11000011 1000111 0 10011 1000110 110 101100 1010101 111101

Color Harmonies of #F0C347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C347

Black with #F0C347

Text Example


Text Example

White with #F0C347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C347; }

 p { color: rgb(240,195,71); }

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

background-color css

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

 a { background-color: rgb(240,195,71); }

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

border-color css

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

 span { border-color: rgb(240,195,71); }

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