Html Css Color HEX #F0AC3B Tulip Tree

📋 copy color: '#F0AC3B'

red 240 ◦ green 172 ◦ blue 59

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

Shades of Tulip Tree #F0AC3B

Tints of Tulip Tree #F0AC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.53%

R = 50.96%
G = 36.52%
B = 12.53%

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

#F0AC3B (or 0xF0AC3B) is known color: Tulip Tree. HEX triplet: F0, AC and 3B. RGB value is (240,172,59). Sum of RGB (Red+Green+Blue) = 240+172+59=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC3B is #0F53C4. Grayscale: #B3B3B3. Windows color (decimal): -1004485 or 3910896. OLE color: 3910896.

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

Color convert

RGB 240 172 59 -
CMYK 0 0.28 0.75 0.06
HSL 37.46º 0.86% 0.59% -
HSV(B) 37.46º 0.75% 0.94% -
XYZ 51.48 48.35 10.76 -
YUV 179.45 60.03 171.19 -
System Red Green Blue C M Y K H S L
Decimal 240 172 59 0 0.28 0.75 0.06 37.46 0.86 0.59
Hex F0 AC 3B 0 1C 4B 6 25 56 3B
Octal 360 254 73 0 34 113 6 45 126 73
Binary 11110000 10101100 111011 0 11100 1001011 110 100101 1010110 111011

Color Harmonies of #F0AC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC3B

Black with #F0AC3B

Text Example


Text Example

White with #F0AC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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