Html Css Color HEX #F2D79E Splash

📋 copy color: '#F2D79E'

red 242 ◦ green 215 ◦ blue 158

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

Shades of Splash #F2D79E

Tints of Splash #F2D79E

RGB

 RED value IS 242 (94.92% from 255) = 39.35%

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

 BLUE value IS 158 (62.11% from 255) = 25.69%

R = 39.35%
G = 34.96%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2D79E (or 0xF2D79E) is known color: Splash. HEX triplet: F2, D7 and 9E. RGB value is (242,215,158). Sum of RGB (Red+Green+Blue) = 242+215+158=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D79E is #0D2861. Grayscale: #D8D8D8. Windows color (decimal): -862306 or 10409970. OLE color: 10409970.

HSL color Cylindrical-coordinate representation of color #F2D79E: hue angle of 40.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2D79E is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 215 158 -
CMYK 0 0.11 0.35 0.05
HSL 40.71º 0.76% 0.78% -
HSV(B) 40.71º 0.35% 0.95% -
XYZ 67.09 69.95 42.31 -
YUV 216.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 242 215 158 0 0.11 0.35 0.05 40.71 0.76 0.78
Hex F2 D7 9E 0 B 23 5 29 4C 4E
Octal 362 327 236 0 13 43 5 51 114 116
Binary 11110010 11010111 10011110 0 1011 100011 101 101001 1001100 1001110

Color Harmonies of #F2D79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D79E

Black with #F2D79E

Text Example


Text Example

White with #F2D79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D79E; }

 p { color: rgb(242,215,158); }

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

background-color css

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

 a { background-color: rgb(242,215,158); }

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

border-color css

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

 span { border-color: rgb(242,215,158); }

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