Html Css Color HEX #F0EDA3 Portafino

📋 copy color: '#F0EDA3'

red 240 ◦ green 237 ◦ blue 163

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

Shades of Portafino #F0EDA3

Tints of Portafino #F0EDA3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.03%

 BLUE value IS 163 (64.06% from 255) = 25.47%

R = 37.5%
G = 37.03%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F0EDA3 (or 0xF0EDA3) is known color: Portafino. HEX triplet: F0, ED and A3. RGB value is (240,237,163). Sum of RGB (Red+Green+Blue) = 240+237+163=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 163 (64.06% from 255 or 25.47% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDA3 is #0F125C. Grayscale: #E5E5E5. Windows color (decimal): -987741 or 10743280. OLE color: 10743280.

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

Color convert

RGB 240 237 163 -
CMYK 0 0.01 0.32 0.06
HSL 57.66º 0.72% 0.79% -
HSV(B) 57.66º 0.32% 0.94% -
XYZ 72.83 81.74 46.59 -
YUV 229.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 240 237 163 0 0.01 0.32 0.06 57.66 0.72 0.79
Hex F0 ED A3 0 1 20 6 3A 48 4F
Octal 360 355 243 0 1 40 6 72 110 117
Binary 11110000 11101101 10100011 0 1 100000 110 111010 1001000 1001111

Color Harmonies of #F0EDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDA3

Black with #F0EDA3

Text Example


Text Example

White with #F0EDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDA3; }

 p { color: rgb(240,237,163); }

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

background-color css

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

 a { background-color: rgb(240,237,163); }

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

border-color css

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

 span { border-color: rgb(240,237,163); }

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