Html Css Color HEX #F0C14E Cream Can

📋 copy color: '#F0C14E'

red 240 ◦ green 193 ◦ blue 78

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

Shades of Cream Can #F0C14E

Tints of Cream Can #F0C14E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.77%

 BLUE value IS 78 (30.86% from 255) = 15.26%

R = 46.97%
G = 37.77%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0C14E (or 0xF0C14E) is known color: Cream Can. HEX triplet: F0, C1 and 4E. RGB value is (240,193,78). Sum of RGB (Red+Green+Blue) = 240+193+78=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C14E is #0F3EB1. Grayscale: #C2C2C2. Windows color (decimal): -999090 or 5161456. OLE color: 5161456.

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

Color convert

RGB 240 193 78 -
CMYK 0 0.20 0.68 0.06
HSL 42.59º 0.84% 0.62% -
HSV(B) 42.59º 0.68% 0.94% -
XYZ 56.38 57.22 15.28 -
YUV 193.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 240 193 78 0 0.20 0.68 0.06 42.59 0.84 0.62
Hex F0 C1 4E 0 14 44 6 2B 54 3E
Octal 360 301 116 0 24 104 6 53 124 76
Binary 11110000 11000001 1001110 0 10100 1000100 110 101011 1010100 111110

Color Harmonies of #F0C14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C14E

Black with #F0C14E

Text Example


Text Example

White with #F0C14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C14E; }

 p { color: rgb(240,193,78); }

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

background-color css

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

 a { background-color: rgb(240,193,78); }

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

border-color css

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

 span { border-color: rgb(240,193,78); }

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