Html Css Color HEX #F0D79A Splash

📋 copy color: '#F0D79A'

red 240 ◦ green 215 ◦ blue 154

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

Shades of Splash #F0D79A

Tints of Splash #F0D79A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.29%

R = 39.41%
G = 35.3%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0D79A (or 0xF0D79A) is known color: Splash. HEX triplet: F0, D7 and 9A. RGB value is (240,215,154). Sum of RGB (Red+Green+Blue) = 240+215+154=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D79A is #0F2865. Grayscale: #D7D7D7. Windows color (decimal): -993382 or 10147824. OLE color: 10147824.

HSL color Cylindrical-coordinate representation of color #F0D79A: hue angle of 42.56º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0D79A is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 154 -
CMYK 0 0.10 0.36 0.06
HSL 42.56º 0.74% 0.77% -
HSV(B) 42.56º 0.36% 0.94% -
XYZ 66.07 69.46 40.5 -
YUV 215.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 240 215 154 0 0.10 0.36 0.06 42.56 0.74 0.77
Hex F0 D7 9A 0 A 24 6 2B 4A 4D
Octal 360 327 232 0 12 44 6 53 112 115
Binary 11110000 11010111 10011010 0 1010 100100 110 101011 1001010 1001101

Color Harmonies of #F0D79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D79A

Black with #F0D79A

Text Example


Text Example

White with #F0D79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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