#F3D29A

Color #F3D29A Splash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Splash #F3D29A

Tints of Splash #F3D29A

Color information

#F3D29A (or 0xF3D29A) is unknown color: approx Splash. HEX triplet: F3, D2 and 9A. RGB value is (243,210,154). Sum of RGB (Red+Green+Blue) = 243+210+154=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D29A is #0C2D65. Grayscale: #D5D5D5. Windows color (decimal): -798054 or 10146547. OLE color: 10146547.

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

Color convert

RGB243210154-
CMYK00.140.370.05
HSL37.75º78.76%77.84%-
HSV(B)37.75º36.63%95.29%-
XYZ65.8467.4840.13-
YUV213.4894.43149.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=40.03%
G=34.60%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321015400.140.370.0537.7578.7677.84
HexF3D29A0E255264f4e
Octal36332223201645546117116
Binary1111001111010010100110100111010010110110011010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D29A; }

 p { color: rgb(243,210,154); }

 H1.HeaderClassName
 {
   color: #F3D29A;
 }
 .AnyTagClassName
 {
   color: #F3D29A;
 }
</style>
background-color css

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

 a { background-color: rgb(243,210,154); }

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

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

 span { border-color: rgb(243,210,154); }

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