Html Css Color HEX #F3D296 Splash

📋 copy color: '#F3D296'

red 243 ◦ green 210 ◦ blue 150

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

Shades of Splash #F3D296

Tints of Splash #F3D296

RGB

 RED value IS 243 (95.31% from 255) = 40.3%

 GREEN value IS 210 (82.42% from 255) = 34.83%

 BLUE value IS 150 (58.98% from 255) = 24.88%

R = 40.3%
G = 34.83%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F3D296 (or 0xF3D296) is known color: Splash. HEX triplet: F3, D2 and 96. RGB value is (243,210,150). Sum of RGB (Red+Green+Blue) = 243+210+150=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D296 is #0C2D69. Grayscale: #D5D5D5. Windows color (decimal): -798058 or 9884403. OLE color: 9884403.

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

Color convert

RGB 243 210 150 -
CMYK 0 0.14 0.38 0.05
HSL 38.71º 0.79% 0.77% -
HSV(B) 38.71º 0.38% 0.95% -
XYZ 65.51 67.35 38.4 -
YUV 213.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 243 210 150 0 0.14 0.38 0.05 38.71 0.79 0.77
Hex F3 D2 96 0 E 26 5 27 4F 4D
Octal 363 322 226 0 16 46 5 47 117 115
Binary 11110011 11010010 10010110 0 1110 100110 101 100111 1001111 1001101

Color Harmonies of #F3D296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D296

Black with #F3D296

Text Example


Text Example

White with #F3D296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D296; }

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

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

background-color css

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

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

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

border-color css

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

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

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