Html Css Color HEX #F4B07D Tacao

📋 copy color: '#F4B07D'

red 244 ◦ green 176 ◦ blue 125

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

Shades of Tacao #F4B07D

Tints of Tacao #F4B07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.94%

R = 44.77%
G = 32.29%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4B07D (or 0xF4B07D) is known color: Tacao. HEX triplet: F4, B0 and 7D. RGB value is (244,176,125). Sum of RGB (Red+Green+Blue) = 244+176+125=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B07D is #0B4F82. Grayscale: #BEBEBE. Windows color (decimal): -741251 or 8237300. OLE color: 8237300.

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

Color convert

RGB 244 176 125 -
CMYK 0 0.28 0.49 0.04
HSL 25.71º 0.84% 0.72% -
HSV(B) 25.71º 0.49% 0.96% -
XYZ 56.54 51.76 26.41 -
YUV 190.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 244 176 125 0 0.28 0.49 0.04 25.71 0.84 0.72
Hex F4 B0 7D 0 1C 31 4 1A 54 48
Octal 364 260 175 0 34 61 4 32 124 110
Binary 11110100 10110000 1111101 0 11100 110001 100 11010 1010100 1001000

Color Harmonies of #F4B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B07D

Black with #F4B07D

Text Example


Text Example

White with #F4B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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