Html Css Color HEX #F2D694 Splash

📋 copy color: '#F2D694'

red 242 ◦ green 214 ◦ blue 148

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

Shades of Splash #F2D694

Tints of Splash #F2D694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.5%

R = 40.07%
G = 35.43%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2D694 (or 0xF2D694) is known color: Splash. HEX triplet: F2, D6 and 94. RGB value is (242,214,148). Sum of RGB (Red+Green+Blue) = 242+214+148=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 148 (58.20% from 255 or 24.50% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D694 is #0D296B. Grayscale: #D7D7D7. Windows color (decimal): -862572 or 9754354. OLE color: 9754354.

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

Color convert

RGB 242 214 148 -
CMYK 0 0.12 0.39 0.05
HSL 42.13º 0.78% 0.76% -
HSV(B) 42.13º 0.39% 0.95% -
XYZ 66.01 69.11 37.88 -
YUV 214.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 242 214 148 0 0.12 0.39 0.05 42.13 0.78 0.76
Hex F2 D6 94 0 C 27 5 2A 4E 4C
Octal 362 326 224 0 14 47 5 52 116 114
Binary 11110010 11010110 10010100 0 1100 100111 101 101010 1001110 1001100

Color Harmonies of #F2D694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D694

Black with #F2D694

Text Example


Text Example

White with #F2D694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D694; }

 p { color: rgb(242,214,148); }

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

background-color css

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

 a { background-color: rgb(242,214,148); }

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

border-color css

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

 span { border-color: rgb(242,214,148); }

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