Html Css Color HEX #F4B075 Tacao

📋 copy color: '#F4B075'

red 244 ◦ green 176 ◦ blue 117

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

Shades of Tacao #F4B075

Tints of Tacao #F4B075

RGB

 RED value IS 244 (95.7% from 255) = 45.44%

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

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

R = 45.44%
G = 32.77%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F4B075 (or 0xF4B075) is known color: Tacao. HEX triplet: F4, B0 and 75. RGB value is (244,176,117). Sum of RGB (Red+Green+Blue) = 244+176+117=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B075 is #0B4F8A. Grayscale: #BDBDBD. Windows color (decimal): -741259 or 7713012. OLE color: 7713012.

HSL color Cylindrical-coordinate representation of color #F4B075: hue angle of 27.87º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4B075 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 176 117 -
CMYK 0 0.28 0.52 0.04
HSL 27.87º 0.85% 0.71% -
HSV(B) 27.87º 0.52% 0.96% -
XYZ 56.04 51.57 23.83 -
YUV 189.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 244 176 117 0 0.28 0.52 0.04 27.87 0.85 0.71
Hex F4 B0 75 0 1C 34 4 1C 55 47
Octal 364 260 165 0 34 64 4 34 125 107
Binary 11110100 10110000 1110101 0 11100 110100 100 11100 1010101 1000111

Color Harmonies of #F4B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B075

Black with #F4B075

Text Example


Text Example

White with #F4B075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B075; }

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

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

background-color css

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

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

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

border-color css

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

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

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