Html Css Color HEX #F4D698 Splash

📋 copy color: '#F4D698'

red 244 ◦ green 214 ◦ blue 152

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

Shades of Splash #F4D698

Tints of Splash #F4D698

RGB

 RED value IS 244 (95.7% from 255) = 40%

 GREEN value IS 214 (83.98% from 255) = 35.08%

 BLUE value IS 152 (59.77% from 255) = 24.92%

R = 40%
G = 35.08%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F4D698 (or 0xF4D698) is known color: Splash. HEX triplet: F4, D6 and 98. RGB value is (244,214,152). Sum of RGB (Red+Green+Blue) = 244+214+152=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D698 is #0B2967. Grayscale: #D8D8D8. Windows color (decimal): -731496 or 10016500. OLE color: 10016500.

HSL color Cylindrical-coordinate representation of color #F4D698: hue angle of 40.43º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4D698 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 214 152 -
CMYK 0 0.12 0.38 0.04
HSL 40.43º 0.81% 0.78% -
HSV(B) 40.43º 0.38% 0.96% -
XYZ 67.02 69.59 39.61 -
YUV 215.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 244 214 152 0 0.12 0.38 0.04 40.43 0.81 0.78
Hex F4 D6 98 0 C 26 4 28 51 4E
Octal 364 326 230 0 14 46 4 50 121 116
Binary 11110100 11010110 10011000 0 1100 100110 100 101000 1010001 1001110

Color Harmonies of #F4D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D698

Black with #F4D698

Text Example


Text Example

White with #F4D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D698; }

 p { color: rgb(244,214,152); }

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

background-color css

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

 a { background-color: rgb(244,214,152); }

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

border-color css

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

 span { border-color: rgb(244,214,152); }

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