Html Css Color HEX #F8B280 Tacao

📋 copy color: '#F8B280'

red 248 ◦ green 178 ◦ blue 128

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

Shades of Tacao #F8B280

Tints of Tacao #F8B280

RGB

 RED value IS 248 (97.27% from 255) = 44.77%

 GREEN value IS 178 (69.92% from 255) = 32.13%

 BLUE value IS 128 (50.39% from 255) = 23.1%

R = 44.77%
G = 32.13%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8B280 (or 0xF8B280) is known color: Tacao. HEX triplet: F8, B2 and 80. RGB value is (248,178,128). Sum of RGB (Red+Green+Blue) = 248+178+128=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8B280 is #074D7F. Grayscale: #C1C1C1. Windows color (decimal): -478592 or 8434424. OLE color: 8434424.

HSL color Cylindrical-coordinate representation of color #F8B280: hue angle of 25º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8B280 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 178 128 -
CMYK 0 0.28 0.48 0.03
HSL 25º 0.9% 0.74% -
HSV(B) 25º 0.48% 0.97% -
XYZ 58.53 53.36 27.64 -
YUV 193.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 248 178 128 0 0.28 0.48 0.03 25 0.9 0.74
Hex F8 B2 80 0 1C 30 3 19 5A 4A
Octal 370 262 200 0 34 60 3 31 132 112
Binary 11111000 10110010 10000000 0 11100 110000 11 11001 1011010 1001010

Color Harmonies of #F8B280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B280

Black with #F8B280

Text Example


Text Example

White with #F8B280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B280; }

 p { color: rgb(248,178,128); }

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

background-color css

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

 a { background-color: rgb(248,178,128); }

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

border-color css

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

 span { border-color: rgb(248,178,128); }

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