Html Css Color HEX #F0BF94 New Tan

📋 copy color: '#F0BF94'

red 240 ◦ green 191 ◦ blue 148

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

Shades of New Tan #F0BF94

Tints of New Tan #F0BF94

RGB

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

 GREEN value IS 191 (75% from 255) = 32.99%

 BLUE value IS 148 (58.2% from 255) = 25.56%

R = 41.45%
G = 32.99%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0BF94 (or 0xF0BF94) is known color: New Tan. HEX triplet: F0, BF and 94. RGB value is (240,191,148). Sum of RGB (Red+Green+Blue) = 240+191+148=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF94 is #0F406B. Grayscale: #C8C8C8. Windows color (decimal): -999532 or 9748464. OLE color: 9748464.

HSL color Cylindrical-coordinate representation of color #F0BF94: hue angle of 28.04º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0BF94 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 148 -
CMYK 0 0.20 0.38 0.06
HSL 28.04º 0.75% 0.76% -
HSV(B) 28.04º 0.38% 0.94% -
XYZ 59.91 57.92 36.04 -
YUV 200.75 98.23 156 -
System Red Green Blue C M Y K H S L
Decimal 240 191 148 0 0.20 0.38 0.06 28.04 0.75 0.76
Hex F0 BF 94 0 14 26 6 1C 4B 4C
Octal 360 277 224 0 24 46 6 34 113 114
Binary 11110000 10111111 10010100 0 10100 100110 110 11100 1001011 1001100

Color Harmonies of #F0BF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF94

Black with #F0BF94

Text Example


Text Example

White with #F0BF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF94; }

 p { color: rgb(240,191,148); }

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

background-color css

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

 a { background-color: rgb(240,191,148); }

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

border-color css

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

 span { border-color: rgb(240,191,148); }

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