Html Css Color HEX #F0AC3D Tulip Tree

📋 copy color: '#F0AC3D'

red 240 ◦ green 172 ◦ blue 61

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

Shades of Tulip Tree #F0AC3D

Tints of Tulip Tree #F0AC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.9%

R = 50.74%
G = 36.36%
B = 12.9%

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

#F0AC3D (or 0xF0AC3D) is known color: Tulip Tree. HEX triplet: F0, AC and 3D. RGB value is (240,172,61). Sum of RGB (Red+Green+Blue) = 240+172+61=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC3D is #0F53C2. Grayscale: #B4B4B4. Windows color (decimal): -1004483 or 4041968. OLE color: 4041968.

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

Color convert

RGB 240 172 61 -
CMYK 0 0.28 0.75 0.06
HSL 37.21º 0.86% 0.59% -
HSV(B) 37.21º 0.75% 0.94% -
XYZ 51.53 48.37 11.03 -
YUV 179.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 240 172 61 0 0.28 0.75 0.06 37.21 0.86 0.59
Hex F0 AC 3D 0 1C 4B 6 25 56 3B
Octal 360 254 75 0 34 113 6 45 126 73
Binary 11110000 10101100 111101 0 11100 1001011 110 100101 1010110 111011

Color Harmonies of #F0AC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC3D

Black with #F0AC3D

Text Example


Text Example

White with #F0AC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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