Html Css Color HEX #F0D8AF Givry

📋 copy color: '#F0D8AF'

red 240 ◦ green 216 ◦ blue 175

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

Shades of Givry #F0D8AF

Tints of Givry #F0D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.23%

 BLUE value IS 175 (68.75% from 255) = 27.73%

R = 38.03%
G = 34.23%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0D8AF (or 0xF0D8AF) is known color: Givry. HEX triplet: F0, D8 and AF. RGB value is (240,216,175). Sum of RGB (Red+Green+Blue) = 240+216+175=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D8AF is #0F2750. Grayscale: #DADADA. Windows color (decimal): -993105 or 11524336. OLE color: 11524336.

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

Color convert

RGB 240 216 175 -
CMYK 0 0.1 0.27 0.06
HSL 37.85º 0.68% 0.81% -
HSV(B) 37.85º 0.27% 0.94% -
XYZ 68.23 70.73 50.61 -
YUV 218.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 240 216 175 0 0.1 0.27 0.06 37.85 0.68 0.81
Hex F0 D8 AF 0 A 1B 6 26 44 51
Octal 360 330 257 0 12 33 6 46 104 121
Binary 11110000 11011000 10101111 0 1010 11011 110 100110 1000100 1010001

Color Harmonies of #F0D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8AF

Black with #F0D8AF

Text Example


Text Example

White with #F0D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D8AF; }

 p { color: rgb(240,216,175); }

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

background-color css

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

 a { background-color: rgb(240,216,175); }

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

border-color css

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

 span { border-color: rgb(240,216,175); }

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