Html Css Color HEX #F8B278 Tacao

📋 copy color: '#F8B278'

red 248 ◦ green 178 ◦ blue 120

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

Shades of Tacao #F8B278

Tints of Tacao #F8B278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.98%

R = 45.42%
G = 32.6%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8B278 (or 0xF8B278) is known color: Tacao. HEX triplet: F8, B2 and 78. RGB value is (248,178,120). Sum of RGB (Red+Green+Blue) = 248+178+120=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B278 is #074D87. Grayscale: #C0C0C0. Windows color (decimal): -478600 or 7910136. OLE color: 7910136.

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

Color convert

RGB 248 178 120 -
CMYK 0 0.28 0.52 0.03
HSL 27.19º 0.9% 0.72% -
HSV(B) 27.19º 0.52% 0.97% -
XYZ 58.02 53.15 24.97 -
YUV 192.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 248 178 120 0 0.28 0.52 0.03 27.19 0.9 0.72
Hex F8 B2 78 0 1C 34 3 1B 5A 48
Octal 370 262 170 0 34 64 3 33 132 110
Binary 11111000 10110010 1111000 0 11100 110100 11 11011 1011010 1001000

Color Harmonies of #F8B278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B278

Black with #F8B278

Text Example


Text Example

White with #F8B278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B278; }

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

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

background-color css

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

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

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

border-color css

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

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

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