Html Css Color HEX #F0D68F Splash

📋 copy color: '#F0D68F'

red 240 ◦ green 214 ◦ blue 143

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

Shades of Splash #F0D68F

Tints of Splash #F0D68F

RGB

 RED value IS 240 (94.14% from 255) = 40.2%

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

 BLUE value IS 143 (56.25% from 255) = 23.95%

R = 40.2%
G = 35.85%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0D68F (or 0xF0D68F) is known color: Splash. HEX triplet: F0, D6 and 8F. RGB value is (240,214,143). Sum of RGB (Red+Green+Blue) = 240+214+143=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D68F is #0F2970. Grayscale: #D5D5D5. Windows color (decimal): -993649 or 9426672. OLE color: 9426672.

HSL color Cylindrical-coordinate representation of color #F0D68F: hue angle of 43.92º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0D68F is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 214 143 -
CMYK 0 0.11 0.40 0.06
HSL 43.92º 0.76% 0.75% -
HSV(B) 43.92º 0.4% 0.94% -
XYZ 64.94 68.6 35.81 -
YUV 213.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 240 214 143 0 0.11 0.40 0.06 43.92 0.76 0.75
Hex F0 D6 8F 0 B 28 6 2C 4C 4B
Octal 360 326 217 0 13 50 6 54 114 113
Binary 11110000 11010110 10001111 0 1011 101000 110 101100 1001100 1001011

Color Harmonies of #F0D68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D68F

Black with #F0D68F

Text Example


Text Example

White with #F0D68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D68F; }

 p { color: rgb(240,214,143); }

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

background-color css

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

 a { background-color: rgb(240,214,143); }

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

border-color css

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

 span { border-color: rgb(240,214,143); }

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