Html Css Color HEX #F0C34F Cream Can

📋 copy color: '#F0C34F'

red 240 ◦ green 195 ◦ blue 79

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

Shades of Cream Can #F0C34F

Tints of Cream Can #F0C34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.37%

R = 46.69%
G = 37.94%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0C34F (or 0xF0C34F) is known color: Cream Can. HEX triplet: F0, C3 and 4F. RGB value is (240,195,79). Sum of RGB (Red+Green+Blue) = 240+195+79=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C34F is #0F3CB0. Grayscale: #C3C3C3. Windows color (decimal): -998577 or 5227504. OLE color: 5227504.

HSL color Cylindrical-coordinate representation of color #F0C34F: hue angle of 43.23º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0C34F is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 79 -
CMYK 0 0.19 0.67 0.06
HSL 43.23º 0.84% 0.63% -
HSV(B) 43.23º 0.67% 0.94% -
XYZ 56.86 58.12 15.62 -
YUV 195.23 62.41 159.93 -
System Red Green Blue C M Y K H S L
Decimal 240 195 79 0 0.19 0.67 0.06 43.23 0.84 0.63
Hex F0 C3 4F 0 13 43 6 2B 54 3F
Octal 360 303 117 0 23 103 6 53 124 77
Binary 11110000 11000011 1001111 0 10011 1000011 110 101011 1010100 111111

Color Harmonies of #F0C34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C34F

Black with #F0C34F

Text Example


Text Example

White with #F0C34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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