Html Css Color HEX #F2B06E Tacao

📋 copy color: '#F2B06E'

red 242 ◦ green 176 ◦ blue 110

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

Shades of Tacao #F2B06E

Tints of Tacao #F2B06E

RGB

 RED value IS 242 (94.92% from 255) = 45.83%

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

 BLUE value IS 110 (43.36% from 255) = 20.83%

R = 45.83%
G = 33.33%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2B06E (or 0xF2B06E) is known color: Tacao. HEX triplet: F2, B0 and 6E. RGB value is (242,176,110). Sum of RGB (Red+Green+Blue) = 242+176+110=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B06E is #0D4F91. Grayscale: #BCBCBC. Windows color (decimal): -872338 or 7254258. OLE color: 7254258.

HSL color Cylindrical-coordinate representation of color #F2B06E: hue angle of 30º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2B06E is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 176 110 -
CMYK 0 0.27 0.55 0.05
HSL 30º 0.84% 0.69% -
HSV(B) 30º 0.55% 0.95% -
XYZ 54.96 51.05 21.71 -
YUV 188.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 242 176 110 0 0.27 0.55 0.05 30 0.84 0.69
Hex F2 B0 6E 0 1B 37 5 1E 54 45
Octal 362 260 156 0 33 67 5 36 124 105
Binary 11110010 10110000 1101110 0 11011 110111 101 11110 1010100 1000101

Color Harmonies of #F2B06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B06E

Black with #F2B06E

Text Example


Text Example

White with #F2B06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B06E; }

 p { color: rgb(242,176,110); }

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

background-color css

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

 a { background-color: rgb(242,176,110); }

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

border-color css

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

 span { border-color: rgb(242,176,110); }

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