Html Css Color HEX #F0B141 Tulip Tree

📋 copy color: '#F0B141'

red 240 ◦ green 177 ◦ blue 65

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

Shades of Tulip Tree #F0B141

Tints of Tulip Tree #F0B141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.49%

R = 49.79%
G = 36.72%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F0B141 (or 0xF0B141) is known color: Tulip Tree. HEX triplet: F0, B1 and 41. RGB value is (240,177,65). Sum of RGB (Red+Green+Blue) = 240+177+65=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B141 is #0F4EBE. Grayscale: #B7B7B7. Windows color (decimal): -1003199 or 4305392. OLE color: 4305392.

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

Color convert

RGB 240 177 65 -
CMYK 0 0.26 0.73 0.06
HSL 38.4º 0.85% 0.6% -
HSV(B) 38.4º 0.73% 0.94% -
XYZ 52.61 50.35 11.95 -
YUV 183.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 240 177 65 0 0.26 0.73 0.06 38.4 0.85 0.6
Hex F0 B1 41 0 1A 49 6 26 55 3C
Octal 360 261 101 0 32 111 6 46 125 74
Binary 11110000 10110001 1000001 0 11010 1001001 110 100110 1010101 111100

Color Harmonies of #F0B141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B141

Black with #F0B141

Text Example


Text Example

White with #F0B141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B141; }

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

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

background-color css

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

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

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

border-color css

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

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

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