Html Css Color HEX #F0AD7F Tacao

📋 copy color: '#F0AD7F'

red 240 ◦ green 173 ◦ blue 127

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

Shades of Tacao #F0AD7F

Tints of Tacao #F0AD7F

RGB

 RED value IS 240 (94.14% from 255) = 44.44%

 GREEN value IS 173 (67.97% from 255) = 32.04%

 BLUE value IS 127 (50% from 255) = 23.52%

R = 44.44%
G = 32.04%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0AD7F (or 0xF0AD7F) is known color: Tacao. HEX triplet: F0, AD and 7F. RGB value is (240,173,127). Sum of RGB (Red+Green+Blue) = 240+173+127=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD7F is #0F5280. Grayscale: #BCBCBC. Windows color (decimal): -1004161 or 8367600. OLE color: 8367600.

HSL color Cylindrical-coordinate representation of color #F0AD7F: hue angle of 24.42º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0AD7F is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 173 127 -
CMYK 0 0.28 0.47 0.06
HSL 24.42º 0.79% 0.72% -
HSV(B) 24.42º 0.47% 0.94% -
XYZ 54.71 49.94 26.84 -
YUV 187.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 240 173 127 0 0.28 0.47 0.06 24.42 0.79 0.72
Hex F0 AD 7F 0 1C 2F 6 18 4F 48
Octal 360 255 177 0 34 57 6 30 117 110
Binary 11110000 10101101 1111111 0 11100 101111 110 11000 1001111 1001000

Color Harmonies of #F0AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD7F

Black with #F0AD7F

Text Example


Text Example

White with #F0AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD7F; }

 p { color: rgb(240,173,127); }

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

background-color css

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

 a { background-color: rgb(240,173,127); }

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

border-color css

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

 span { border-color: rgb(240,173,127); }

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