Html Css Color HEX #F0AC3F Tulip Tree

📋 copy color: '#F0AC3F'

red 240 ◦ green 172 ◦ blue 63

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

Shades of Tulip Tree #F0AC3F

Tints of Tulip Tree #F0AC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.21%

 BLUE value IS 63 (25% from 255) = 13.26%

R = 50.53%
G = 36.21%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0AC3F (or 0xF0AC3F) is known color: Tulip Tree. HEX triplet: F0, AC and 3F. RGB value is (240,172,63). Sum of RGB (Red+Green+Blue) = 240+172+63=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC3F is #0F53C0. Grayscale: #B4B4B4. Windows color (decimal): -1004481 or 4173040. OLE color: 4173040.

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

Color convert

RGB 240 172 63 -
CMYK 0 0.28 0.74 0.06
HSL 36.95º 0.86% 0.59% -
HSV(B) 36.95º 0.74% 0.94% -
XYZ 51.58 48.39 11.32 -
YUV 179.91 62.03 170.86 -
System Red Green Blue C M Y K H S L
Decimal 240 172 63 0 0.28 0.74 0.06 36.95 0.86 0.59
Hex F0 AC 3F 0 1C 4A 6 25 56 3B
Octal 360 254 77 0 34 112 6 45 126 73
Binary 11110000 10101100 111111 0 11100 1001010 110 100101 1010110 111011

Color Harmonies of #F0AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC3F

Black with #F0AC3F

Text Example


Text Example

White with #F0AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC3F; }

 p { color: rgb(240,172,63); }

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

background-color css

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

 a { background-color: rgb(240,172,63); }

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

border-color css

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

 span { border-color: rgb(240,172,63); }

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