Html Css Color HEX #F2D398 Splash

📋 copy color: '#F2D398'

red 242 ◦ green 211 ◦ blue 152

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

Shades of Splash #F2D398

Tints of Splash #F2D398

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.88%

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

R = 40%
G = 34.88%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2D398 (or 0xF2D398) is known color: Splash. HEX triplet: F2, D3 and 98. RGB value is (242,211,152). Sum of RGB (Red+Green+Blue) = 242+211+152=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D398 is #0D2C67. Grayscale: #D5D5D5. Windows color (decimal): -863336 or 10015730. OLE color: 10015730.

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

Color convert

RGB 242 211 152 -
CMYK 0 0.13 0.37 0.05
HSL 39.33º 0.78% 0.77% -
HSV(B) 39.33º 0.37% 0.95% -
XYZ 65.58 67.73 39.32 -
YUV 213.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 242 211 152 0 0.13 0.37 0.05 39.33 0.78 0.77
Hex F2 D3 98 0 D 25 5 27 4E 4D
Octal 362 323 230 0 15 45 5 47 116 115
Binary 11110010 11010011 10011000 0 1101 100101 101 100111 1001110 1001101

Color Harmonies of #F2D398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D398

Black with #F2D398

Text Example


Text Example

White with #F2D398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D398; }

 p { color: rgb(242,211,152); }

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

background-color css

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

 a { background-color: rgb(242,211,152); }

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

border-color css

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

 span { border-color: rgb(242,211,152); }

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