Html Css Color HEX #F0B27A Tacao

📋 copy color: '#F0B27A'

red 240 ◦ green 178 ◦ blue 122

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

Shades of Tacao #F0B27A

Tints of Tacao #F0B27A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.96%

 BLUE value IS 122 (48.05% from 255) = 22.59%

R = 44.44%
G = 32.96%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0B27A (or 0xF0B27A) is known color: Tacao. HEX triplet: F0, B2 and 7A. RGB value is (240,178,122). Sum of RGB (Red+Green+Blue) = 240+178+122=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B27A is #0F4D85. Grayscale: #BEBEBE. Windows color (decimal): -1002886 or 8041200. OLE color: 8041200.

HSL color Cylindrical-coordinate representation of color #F0B27A: hue angle of 28.47º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0B27A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 178 122 -
CMYK 0 0.26 0.49 0.06
HSL 28.47º 0.8% 0.71% -
HSV(B) 28.47º 0.49% 0.94% -
XYZ 55.37 51.77 25.49 -
YUV 190.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 240 178 122 0 0.26 0.49 0.06 28.47 0.8 0.71
Hex F0 B2 7A 0 1A 31 6 1C 50 47
Octal 360 262 172 0 32 61 6 34 120 107
Binary 11110000 10110010 1111010 0 11010 110001 110 11100 1010000 1000111

Color Harmonies of #F0B27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B27A

Black with #F0B27A

Text Example


Text Example

White with #F0B27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B27A; }

 p { color: rgb(240,178,122); }

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

background-color css

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

 a { background-color: rgb(240,178,122); }

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

border-color css

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

 span { border-color: rgb(240,178,122); }

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