Html Css Color HEX #F9828C Wewak

📋 copy color: '#F9828C'

red 249 ◦ green 130 ◦ blue 140

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

Shades of Wewak #F9828C

Tints of Wewak #F9828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.05%

 BLUE value IS 140 (55.08% from 255) = 26.97%

R = 47.98%
G = 25.05%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9828C (or 0xF9828C) is known color: Wewak. HEX triplet: F9, 82 and 8C. RGB value is (249,130,140). Sum of RGB (Red+Green+Blue) = 249+130+140=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9828C is #067D73. Grayscale: #A6A6A6. Windows color (decimal): -425332 or 9208569. OLE color: 9208569.

HSL color Cylindrical-coordinate representation of color #F9828C: hue angle of 354.96º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9828C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 140 -
CMYK 0 0.48 0.44 0.02
HSL 354.96º 0.91% 0.74% -
HSV(B) 354.96º 0.48% 0.98% -
XYZ 51.78 38 29.42 -
YUV 166.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 249 130 140 0 0.48 0.44 0.02 354.96 0.91 0.74
Hex F9 82 8C 0 30 2C 2 163 5B 4A
Octal 371 202 214 0 60 54 2 543 133 112
Binary 11111001 10000010 10001100 0 110000 101100 10 101100011 1011011 1001010

Color Harmonies of #F9828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9828C

Black with #F9828C

Text Example


Text Example

White with #F9828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9828C; }

 p { color: rgb(249,130,140); }

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

background-color css

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

 a { background-color: rgb(249,130,140); }

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

border-color css

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

 span { border-color: rgb(249,130,140); }

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