Html Css Color HEX #FBB270 Tacao

📋 copy color: '#FBB270'

red 251 ◦ green 178 ◦ blue 112

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

Shades of Tacao #FBB270

Tints of Tacao #FBB270

RGB

 RED value IS 251 (98.44% from 255) = 46.4%

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

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

R = 46.4%
G = 32.9%
B = 20.7%

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

#FBB270 (or 0xFBB270) is known color: Tacao. HEX triplet: FB, B2 and 70. RGB value is (251,178,112). Sum of RGB (Red+Green+Blue) = 251+178+112=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB270 is #044D8F. Grayscale: #C0C0C0. Windows color (decimal): -282000 or 7385851. OLE color: 7385851.

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

Color convert

RGB 251 178 112 -
CMYK 0 0.29 0.55 0.02
HSL 28.49º 0.95% 0.71% -
HSV(B) 28.49º 0.55% 0.98% -
XYZ 58.63 53.52 22.57 -
YUV 192.3 82.68 169.87 -
System Red Green Blue C M Y K H S L
Decimal 251 178 112 0 0.29 0.55 0.02 28.49 0.95 0.71
Hex FB B2 70 0 1D 37 2 1C 5F 47
Octal 373 262 160 0 35 67 2 34 137 107
Binary 11111011 10110010 1110000 0 11101 110111 10 11100 1011111 1000111

Color Harmonies of #FBB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB270

Black with #FBB270

Text Example


Text Example

White with #FBB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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