Html Css Color HEX #F0D9AF Givry

📋 copy color: '#F0D9AF'

red 240 ◦ green 217 ◦ blue 175

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

Shades of Givry #F0D9AF

Tints of Givry #F0D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.34%

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

R = 37.97%
G = 34.34%
B = 27.69%

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

#F0D9AF (or 0xF0D9AF) is known color: Givry. HEX triplet: F0, D9 and AF. RGB value is (240,217,175). Sum of RGB (Red+Green+Blue) = 240+217+175=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D9AF is #0F2650. Grayscale: #DBDBDB. Windows color (decimal): -992849 or 11524592. OLE color: 11524592.

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

Color convert

RGB 240 217 175 -
CMYK 0 0.10 0.27 0.06
HSL 38.77º 0.68% 0.81% -
HSV(B) 38.77º 0.27% 0.94% -
XYZ 68.49 71.25 50.7 -
YUV 219.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 240 217 175 0 0.10 0.27 0.06 38.77 0.68 0.81
Hex F0 D9 AF 0 A 1B 6 27 44 51
Octal 360 331 257 0 12 33 6 47 104 121
Binary 11110000 11011001 10101111 0 1010 11011 110 100111 1000100 1010001

Color Harmonies of #F0D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9AF

Black with #F0D9AF

Text Example


Text Example

White with #F0D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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