Html Css Color HEX #F9B270 Tacao

📋 copy color: '#F9B270'

red 249 ◦ green 178 ◦ blue 112

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

Shades of Tacao #F9B270

Tints of Tacao #F9B270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.78%

R = 46.2%
G = 33.02%
B = 20.78%

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

#F9B270 (or 0xF9B270) is known color: Tacao. HEX triplet: F9, B2 and 70. RGB value is (249,178,112). Sum of RGB (Red+Green+Blue) = 249+178+112=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B270 is #064D8F. Grayscale: #C0C0C0. Windows color (decimal): -413072 or 7385849. OLE color: 7385849.

HSL color Cylindrical-coordinate representation of color #F9B270: hue angle of 28.91º 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 #F9B270 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 178 112 -
CMYK 0 0.29 0.55 0.02
HSL 28.91º 0.92% 0.71% -
HSV(B) 28.91º 0.55% 0.98% -
XYZ 57.91 53.15 22.54 -
YUV 191.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 249 178 112 0 0.29 0.55 0.02 28.91 0.92 0.71
Hex F9 B2 70 0 1D 37 2 1D 5C 47
Octal 371 262 160 0 35 67 2 35 134 107
Binary 11111001 10110010 1110000 0 11101 110111 10 11101 1011100 1000111

Color Harmonies of #F9B270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B270

Black with #F9B270

Text Example


Text Example

White with #F9B270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B270; }

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

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

background-color css

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

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

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

border-color css

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

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

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