Html Css Color HEX #F2D09A Splash

📋 copy color: '#F2D09A'

red 242 ◦ green 208 ◦ blue 154

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

Shades of Splash #F2D09A

Tints of Splash #F2D09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.5%

R = 40.07%
G = 34.44%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2D09A (or 0xF2D09A) is known color: Splash. HEX triplet: F2, D0 and 9A. RGB value is (242,208,154). Sum of RGB (Red+Green+Blue) = 242+208+154=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D09A is #0D2F65. Grayscale: #D4D4D4. Windows color (decimal): -864102 or 10146034. OLE color: 10146034.

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

Color convert

RGB 242 208 154 -
CMYK 0 0.14 0.36 0.05
HSL 36.82º 0.77% 0.78% -
HSV(B) 36.82º 0.36% 0.95% -
XYZ 65.01 66.32 39.95 -
YUV 212.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 242 208 154 0 0.14 0.36 0.05 36.82 0.77 0.78
Hex F2 D0 9A 0 E 24 5 25 4D 4E
Octal 362 320 232 0 16 44 5 45 115 116
Binary 11110010 11010000 10011010 0 1110 100100 101 100101 1001101 1001110

Color Harmonies of #F2D09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D09A

Black with #F2D09A

Text Example


Text Example

White with #F2D09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D09A; }

 p { color: rgb(242,208,154); }

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

background-color css

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

 a { background-color: rgb(242,208,154); }

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

border-color css

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

 span { border-color: rgb(242,208,154); }

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