Html Css Color HEX #F0AD3C Tulip Tree

📋 copy color: '#F0AD3C'

red 240 ◦ green 173 ◦ blue 60

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

Shades of Tulip Tree #F0AD3C

Tints of Tulip Tree #F0AD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.68%

R = 50.74%
G = 36.58%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0AD3C (or 0xF0AD3C) is known color: Tulip Tree. HEX triplet: F0, AD and 3C. RGB value is (240,173,60). Sum of RGB (Red+Green+Blue) = 240+173+60=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD3C is #0F52C3. Grayscale: #B4B4B4. Windows color (decimal): -1004228 or 3976688. OLE color: 3976688.

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

Color convert

RGB 240 173 60 -
CMYK 0 0.28 0.75 0.06
HSL 37.67º 0.86% 0.59% -
HSV(B) 37.67º 0.75% 0.94% -
XYZ 51.69 48.74 10.96 -
YUV 180.15 60.2 170.69 -
System Red Green Blue C M Y K H S L
Decimal 240 173 60 0 0.28 0.75 0.06 37.67 0.86 0.59
Hex F0 AD 3C 0 1C 4B 6 26 56 3B
Octal 360 255 74 0 34 113 6 46 126 73
Binary 11110000 10101101 111100 0 11100 1001011 110 100110 1010110 111011

Color Harmonies of #F0AD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD3C

Black with #F0AD3C

Text Example


Text Example

White with #F0AD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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