Html Css Color HEX #F0D7AF Givry

📋 copy color: '#F0D7AF'

red 240 ◦ green 215 ◦ blue 175

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

Shades of Givry #F0D7AF

Tints of Givry #F0D7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.13%

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

R = 38.1%
G = 34.13%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0D7AF (or 0xF0D7AF) is known color: Givry. HEX triplet: F0, D7 and AF. RGB value is (240,215,175). Sum of RGB (Red+Green+Blue) = 240+215+175=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D7AF is #0F2850. Grayscale: #DADADA. Windows color (decimal): -993361 or 11524080. OLE color: 11524080.

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

Color convert

RGB 240 215 175 -
CMYK 0 0.10 0.27 0.06
HSL 36.92º 0.68% 0.81% -
HSV(B) 36.92º 0.27% 0.94% -
XYZ 67.97 70.22 50.53 -
YUV 217.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 240 215 175 0 0.10 0.27 0.06 36.92 0.68 0.81
Hex F0 D7 AF 0 A 1B 6 25 44 51
Octal 360 327 257 0 12 33 6 45 104 121
Binary 11110000 11010111 10101111 0 1010 11011 110 100101 1000100 1010001

Color Harmonies of #F0D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7AF

Black with #F0D7AF

Text Example


Text Example

White with #F0D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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