Html Css Color HEX #F0AD40 Tulip Tree

📋 copy color: '#F0AD40'

red 240 ◦ green 173 ◦ blue 64

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

Shades of Tulip Tree #F0AD40

Tints of Tulip Tree #F0AD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 64 (25.39% from 255) = 13.42%

R = 50.31%
G = 36.27%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F0AD40 (or 0xF0AD40) is known color: Tulip Tree. HEX triplet: F0, AD and 40. RGB value is (240,173,64). Sum of RGB (Red+Green+Blue) = 240+173+64=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD40 is #0F52BF. Grayscale: #B5B5B5. Windows color (decimal): -1004224 or 4238832. OLE color: 4238832.

HSL color Cylindrical-coordinate representation of color #F0AD40: hue angle of 37.16º 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 #F0AD40 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 173 64 -
CMYK 0 0.28 0.73 0.06
HSL 37.16º 0.85% 0.6% -
HSV(B) 37.16º 0.73% 0.94% -
XYZ 51.8 48.78 11.54 -
YUV 180.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 240 173 64 0 0.28 0.73 0.06 37.16 0.85 0.6
Hex F0 AD 40 0 1C 49 6 25 55 3C
Octal 360 255 100 0 34 111 6 45 125 74
Binary 11110000 10101101 1000000 0 11100 1001001 110 100101 1010101 111100

Color Harmonies of #F0AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD40

Black with #F0AD40

Text Example


Text Example

White with #F0AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD40; }

 p { color: rgb(240,173,64); }

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

background-color css

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

 a { background-color: rgb(240,173,64); }

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

border-color css

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

 span { border-color: rgb(240,173,64); }

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