Html Css Color HEX #F9B26E Tacao

📋 copy color: '#F9B26E'

red 249 ◦ green 178 ◦ blue 110

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

Shades of Tacao #F9B26E

Tints of Tacao #F9B26E

RGB

 RED value IS 249 (97.66% from 255) = 46.37%

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

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

R = 46.37%
G = 33.15%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9B26E (or 0xF9B26E) is known color: Tacao. HEX triplet: F9, B2 and 6E. RGB value is (249,178,110). Sum of RGB (Red+Green+Blue) = 249+178+110=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B26E is #064D91. Grayscale: #BFBFBF. Windows color (decimal): -413074 or 7254777. OLE color: 7254777.

HSL color Cylindrical-coordinate representation of color #F9B26E: hue angle of 29.35º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9B26E is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 178 110 -
CMYK 0 0.29 0.56 0.02
HSL 29.35º 0.92% 0.7% -
HSV(B) 29.35º 0.56% 0.98% -
XYZ 57.8 53.11 21.96 -
YUV 191.48 82.02 169.03 -
System Red Green Blue C M Y K H S L
Decimal 249 178 110 0 0.29 0.56 0.02 29.35 0.92 0.7
Hex F9 B2 6E 0 1D 38 2 1D 5C 46
Octal 371 262 156 0 35 70 2 35 134 106
Binary 11111001 10110010 1101110 0 11101 111000 10 11101 1011100 1000110

Color Harmonies of #F9B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B26E

Black with #F9B26E

Text Example


Text Example

White with #F9B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B26E; }

 p { color: rgb(249,178,110); }

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

background-color css

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

 a { background-color: rgb(249,178,110); }

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

border-color css

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

 span { border-color: rgb(249,178,110); }

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