Html Css Color HEX #FFB075 Tacao

📋 copy color: '#FFB075'

red 255 ◦ green 176 ◦ blue 117

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

Shades of Tacao #FFB075

Tints of Tacao #FFB075

RGB

 RED value IS 255 (100% from 255) = 46.53%

 GREEN value IS 176 (69.14% from 255) = 32.12%

 BLUE value IS 117 (46.09% from 255) = 21.35%

R = 46.53%
G = 32.12%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFB075 (or 0xFFB075) is known color: Tacao. HEX triplet: FF, B0 and 75. RGB value is (255,176,117). Sum of RGB (Red+Green+Blue) = 255+176+117=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB075 is #004F8A. Grayscale: #C1C1C1. Windows color (decimal): -20363 or 7713023. OLE color: 7713023.

HSL color Cylindrical-coordinate representation of color #FFB075: hue angle of 25.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFB075 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 117 -
CMYK 0 0.31 0.54 0
HSL 25.65º 1% 0.73% -
HSV(B) 25.65º 0.54% 1% -
XYZ 59.98 53.6 24.01 -
YUV 192.9 85.17 172.3 -
System Red Green Blue C M Y K H S L
Decimal 255 176 117 0 0.31 0.54 0 25.65 1 0.73
Hex FF B0 75 0 1F 36 0 1A 64 49
Octal 377 260 165 0 37 66 0 32 144 111
Binary 11111111 10110000 1110101 0 11111 110110 0 11010 1100100 1001001

Color Harmonies of #FFB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB075

Black with #FFB075

Text Example


Text Example

White with #FFB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB075; }

 p { color: rgb(255,176,117); }

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

background-color css

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

 a { background-color: rgb(255,176,117); }

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

border-color css

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

 span { border-color: rgb(255,176,117); }

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