Html Css Color HEX #F9B271 Tacao

📋 copy color: '#F9B271'

red 249 ◦ green 178 ◦ blue 113

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

Shades of Tacao #F9B271

Tints of Tacao #F9B271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.93%

R = 46.11%
G = 32.96%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9B271 (or 0xF9B271) is known color: Tacao. HEX triplet: F9, B2 and 71. RGB value is (249,178,113). Sum of RGB (Red+Green+Blue) = 249+178+113=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B271 is #064D8E. Grayscale: #C0C0C0. Windows color (decimal): -413071 or 7451385. OLE color: 7451385.

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

Color convert

RGB 249 178 113 -
CMYK 0 0.29 0.55 0.02
HSL 28.68º 0.92% 0.71% -
HSV(B) 28.68º 0.55% 0.98% -
XYZ 57.97 53.17 22.83 -
YUV 191.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 249 178 113 0 0.29 0.55 0.02 28.68 0.92 0.71
Hex F9 B2 71 0 1D 37 2 1D 5C 47
Octal 371 262 161 0 35 67 2 35 134 107
Binary 11111001 10110010 1110001 0 11101 110111 10 11101 1011100 1000111

Color Harmonies of #F9B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B271

Black with #F9B271

Text Example


Text Example

White with #F9B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B271; }

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

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

background-color css

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

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

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

border-color css

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

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

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