Html Css Color HEX #F0D598 Splash

📋 copy color: '#F0D598'

red 240 ◦ green 213 ◦ blue 152

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

Shades of Splash #F0D598

Tints of Splash #F0D598

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.21%

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

R = 39.67%
G = 35.21%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0D598 (or 0xF0D598) is known color: Splash. HEX triplet: F0, D5 and 98. RGB value is (240,213,152). Sum of RGB (Red+Green+Blue) = 240+213+152=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D598 is #0F2A67. Grayscale: #D6D6D6. Windows color (decimal): -993896 or 10016240. OLE color: 10016240.

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

Color convert

RGB 240 213 152 -
CMYK 0 0.11 0.37 0.06
HSL 41.59º 0.75% 0.77% -
HSV(B) 41.59º 0.37% 0.94% -
XYZ 65.4 68.38 39.46 -
YUV 214.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 240 213 152 0 0.11 0.37 0.06 41.59 0.75 0.77
Hex F0 D5 98 0 B 25 6 2A 4B 4D
Octal 360 325 230 0 13 45 6 52 113 115
Binary 11110000 11010101 10011000 0 1011 100101 110 101010 1001011 1001101

Color Harmonies of #F0D598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D598

Black with #F0D598

Text Example


Text Example

White with #F0D598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D598; }

 p { color: rgb(240,213,152); }

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

background-color css

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

 a { background-color: rgb(240,213,152); }

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

border-color css

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

 span { border-color: rgb(240,213,152); }

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