Html Css Color HEX #F9C7B4 Watusi

📋 copy color: '#F9C7B4'

red 249 ◦ green 199 ◦ blue 180

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

Shades of Watusi #F9C7B4

Tints of Watusi #F9C7B4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.69%

 BLUE value IS 180 (70.7% from 255) = 28.66%

R = 39.65%
G = 31.69%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F9C7B4 (or 0xF9C7B4) is known color: Watusi. HEX triplet: F9, C7 and B4. RGB value is (249,199,180). Sum of RGB (Red+Green+Blue) = 249+199+180=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7B4 is #06384B. Grayscale: #D3D3D3. Windows color (decimal): -407628 or 11847673. OLE color: 11847673.

HSL color Cylindrical-coordinate representation of color #F9C7B4: hue angle of 16.52º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9C7B4 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 199 180 -
CMYK 0 0.20 0.28 0.02
HSL 16.52º 0.85% 0.84% -
HSV(B) 16.52º 0.28% 0.98% -
XYZ 67.73 64.28 52.02 -
YUV 211.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 249 199 180 0 0.20 0.28 0.02 16.52 0.85 0.84
Hex F9 C7 B4 0 14 1C 2 11 55 54
Octal 371 307 264 0 24 34 2 21 125 124
Binary 11111001 11000111 10110100 0 10100 11100 10 10001 1010101 1010100

Color Harmonies of #F9C7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C7B4

Black with #F9C7B4

Text Example


Text Example

White with #F9C7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C7B4; }

 p { color: rgb(249,199,180); }

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

background-color css

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

 a { background-color: rgb(249,199,180); }

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

border-color css

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

 span { border-color: rgb(249,199,180); }

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