Html Css Color HEX #F4D094 Splash

📋 copy color: '#F4D094'

red 244 ◦ green 208 ◦ blue 148

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

Shades of Splash #F4D094

Tints of Splash #F4D094

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.67%

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

R = 40.67%
G = 34.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F4D094 (or 0xF4D094) is known color: Splash. HEX triplet: F4, D0 and 94. RGB value is (244,208,148). Sum of RGB (Red+Green+Blue) = 244+208+148=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D094 is #0B2F6B. Grayscale: #D4D4D4. Windows color (decimal): -733036 or 9752820. OLE color: 9752820.

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

Color convert

RGB 244 208 148 -
CMYK 0 0.15 0.39 0.04
HSL 37.5º 0.81% 0.77% -
HSV(B) 37.5º 0.39% 0.96% -
XYZ 65.21 66.48 37.41 -
YUV 211.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 244 208 148 0 0.15 0.39 0.04 37.5 0.81 0.77
Hex F4 D0 94 0 F 27 4 26 51 4D
Octal 364 320 224 0 17 47 4 46 121 115
Binary 11110100 11010000 10010100 0 1111 100111 100 100110 1010001 1001101

Color Harmonies of #F4D094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D094

Black with #F4D094

Text Example


Text Example

White with #F4D094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D094; }

 p { color: rgb(244,208,148); }

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

background-color css

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

 a { background-color: rgb(244,208,148); }

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

border-color css

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

 span { border-color: rgb(244,208,148); }

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