Html Css Color HEX #F0C348 Cream Can

📋 copy color: '#F0C348'

red 240 ◦ green 195 ◦ blue 72

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

Shades of Cream Can #F0C348

Tints of Cream Can #F0C348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.2%

R = 47.34%
G = 38.46%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F0C348 (or 0xF0C348) is known color: Cream Can. HEX triplet: F0, C3 and 48. RGB value is (240,195,72). Sum of RGB (Red+Green+Blue) = 240+195+72=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C348 is #0F3CB7. Grayscale: #C2C2C2. Windows color (decimal): -998584 or 4768752. OLE color: 4768752.

HSL color Cylindrical-coordinate representation of color #F0C348: hue angle of 43.93º 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 #F0C348 is Cyan = 0, Magento = 0.19, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 72 -
CMYK 0 0.19 0.7 0.06
HSL 43.93º 0.85% 0.61% -
HSV(B) 43.93º 0.7% 0.94% -
XYZ 56.62 58.02 14.35 -
YUV 194.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 240 195 72 0 0.19 0.7 0.06 43.93 0.85 0.61
Hex F0 C3 48 0 13 46 6 2C 55 3D
Octal 360 303 110 0 23 106 6 54 125 75
Binary 11110000 11000011 1001000 0 10011 1000110 110 101100 1010101 111101

Color Harmonies of #F0C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C348

Black with #F0C348

Text Example


Text Example

White with #F0C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C348; }

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

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

background-color css

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

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

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

border-color css

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

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

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