Html Css Color HEX #F0B139 Tulip Tree

📋 copy color: '#F0B139'

red 240 ◦ green 177 ◦ blue 57

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

Shades of Tulip Tree #F0B139

Tints of Tulip Tree #F0B139

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.34%

 BLUE value IS 57 (22.66% from 255) = 12.03%

R = 50.63%
G = 37.34%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0B139 (or 0xF0B139) is known color: Tulip Tree. HEX triplet: F0, B1 and 39. RGB value is (240,177,57). Sum of RGB (Red+Green+Blue) = 240+177+57=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 57 (22.66% from 255 or 12.03% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B139 is #0F4EC6. Grayscale: #B6B6B6. Windows color (decimal): -1003207 or 3781104. OLE color: 3781104.

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

Color convert

RGB 240 177 57 -
CMYK 0 0.26 0.76 0.06
HSL 39.34º 0.86% 0.58% -
HSV(B) 39.34º 0.76% 0.94% -
XYZ 52.4 50.26 10.81 -
YUV 182.16 57.37 169.26 -
System Red Green Blue C M Y K H S L
Decimal 240 177 57 0 0.26 0.76 0.06 39.34 0.86 0.58
Hex F0 B1 39 0 1A 4C 6 27 56 3A
Octal 360 261 71 0 32 114 6 47 126 72
Binary 11110000 10110001 111001 0 11010 1001100 110 100111 1010110 111010

Color Harmonies of #F0B139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B139

Black with #F0B139

Text Example


Text Example

White with #F0B139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B139; }

 p { color: rgb(240,177,57); }

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

background-color css

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

 a { background-color: rgb(240,177,57); }

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

border-color css

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

 span { border-color: rgb(240,177,57); }

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