Html Css Color HEX #F9DB9A Splash

📋 copy color: '#F9DB9A'

red 249 ◦ green 219 ◦ blue 154

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

Shades of Splash #F9DB9A

Tints of Splash #F9DB9A

RGB

 RED value IS 249 (97.66% from 255) = 40.03%

 GREEN value IS 219 (85.94% from 255) = 35.21%

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

R = 40.03%
G = 35.21%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9DB9A (or 0xF9DB9A) is known color: Splash. HEX triplet: F9, DB and 9A. RGB value is (249,219,154). Sum of RGB (Red+Green+Blue) = 249+219+154=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB9A is #062465. Grayscale: #DCDCDC. Windows color (decimal): -402534 or 10148857. OLE color: 10148857.

HSL color Cylindrical-coordinate representation of color #F9DB9A: hue angle of 41.05º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9DB9A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 219 154 -
CMYK 0 0.12 0.38 0.02
HSL 41.05º 0.89% 0.79% -
HSV(B) 41.05º 0.38% 0.98% -
XYZ 70.23 73.14 40.99 -
YUV 220.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 249 219 154 0 0.12 0.38 0.02 41.05 0.89 0.79
Hex F9 DB 9A 0 C 26 2 29 59 4F
Octal 371 333 232 0 14 46 2 51 131 117
Binary 11111001 11011011 10011010 0 1100 100110 10 101001 1011001 1001111

Color Harmonies of #F9DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB9A

Black with #F9DB9A

Text Example


Text Example

White with #F9DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB9A; }

 p { color: rgb(249,219,154); }

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

background-color css

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

 a { background-color: rgb(249,219,154); }

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

border-color css

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

 span { border-color: rgb(249,219,154); }

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