Html Css Color HEX #F4B375 Tacao

📋 copy color: '#F4B375'

red 244 ◦ green 179 ◦ blue 117

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

Shades of Tacao #F4B375

Tints of Tacao #F4B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.15%

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

R = 45.19%
G = 33.15%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F4B375 (or 0xF4B375) is known color: Tacao. HEX triplet: F4, B3 and 75. RGB value is (244,179,117). Sum of RGB (Red+Green+Blue) = 244+179+117=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B375 is #0B4C8A. Grayscale: #BFBFBF. Windows color (decimal): -740491 or 7713780. OLE color: 7713780.

HSL color Cylindrical-coordinate representation of color #F4B375: hue angle of 29.29º 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 #F4B375 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 179 117 -
CMYK 0 0.27 0.52 0.04
HSL 29.29º 0.85% 0.71% -
HSV(B) 29.29º 0.52% 0.96% -
XYZ 56.64 52.76 24.03 -
YUV 191.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 244 179 117 0 0.27 0.52 0.04 29.29 0.85 0.71
Hex F4 B3 75 0 1B 34 4 1D 55 47
Octal 364 263 165 0 33 64 4 35 125 107
Binary 11110100 10110011 1110101 0 11011 110100 100 11101 1010101 1000111

Color Harmonies of #F4B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B375

Black with #F4B375

Text Example


Text Example

White with #F4B375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B375; }

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

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

background-color css

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

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

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

border-color css

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

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

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