Html Css Color HEX #F0B383 Tacao

📋 copy color: '#F0B383'

red 240 ◦ green 179 ◦ blue 131

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

Shades of Tacao #F0B383

Tints of Tacao #F0B383

RGB

 RED value IS 240 (94.14% from 255) = 43.64%

 GREEN value IS 179 (70.31% from 255) = 32.55%

 BLUE value IS 131 (51.56% from 255) = 23.82%

R = 43.64%
G = 32.55%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0B383 (or 0xF0B383) is known color: Tacao. HEX triplet: F0, B3 and 83. RGB value is (240,179,131). Sum of RGB (Red+Green+Blue) = 240+179+131=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B383 is #0F4C7C. Grayscale: #C0C0C0. Windows color (decimal): -1002621 or 8631280. OLE color: 8631280.

HSL color Cylindrical-coordinate representation of color #F0B383: hue angle of 26.42º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0B383 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 179 131 -
CMYK 0 0.25 0.45 0.06
HSL 26.42º 0.78% 0.73% -
HSV(B) 26.42º 0.45% 0.94% -
XYZ 56.15 52.4 28.63 -
YUV 191.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 240 179 131 0 0.25 0.45 0.06 26.42 0.78 0.73
Hex F0 B3 83 0 19 2D 6 1A 4E 49
Octal 360 263 203 0 31 55 6 32 116 111
Binary 11110000 10110011 10000011 0 11001 101101 110 11010 1001110 1001001

Color Harmonies of #F0B383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B383

Black with #F0B383

Text Example


Text Example

White with #F0B383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B383; }

 p { color: rgb(240,179,131); }

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

background-color css

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

 a { background-color: rgb(240,179,131); }

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

border-color css

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

 span { border-color: rgb(240,179,131); }

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