Html Css Color HEX #F0AB3A Tulip Tree

📋 copy color: '#F0AB3A'

red 240 ◦ green 171 ◦ blue 58

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

Shades of Tulip Tree #F0AB3A

Tints of Tulip Tree #F0AB3A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

 BLUE value IS 58 (23.05% from 255) = 12.37%

R = 51.17%
G = 36.46%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0AB3A (or 0xF0AB3A) is known color: Tulip Tree. HEX triplet: F0, AB and 3A. RGB value is (240,171,58). Sum of RGB (Red+Green+Blue) = 240+171+58=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB3A is #0F54C5. Grayscale: #B3B3B3. Windows color (decimal): -1004742 or 3845104. OLE color: 3845104.

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

Color convert

RGB 240 171 58 -
CMYK 0 0.29 0.76 0.06
HSL 37.25º 0.86% 0.58% -
HSV(B) 37.25º 0.76% 0.94% -
XYZ 51.26 47.96 10.56 -
YUV 178.75 59.86 171.69 -
System Red Green Blue C M Y K H S L
Decimal 240 171 58 0 0.29 0.76 0.06 37.25 0.86 0.58
Hex F0 AB 3A 0 1D 4C 6 25 56 3A
Octal 360 253 72 0 35 114 6 45 126 72
Binary 11110000 10101011 111010 0 11101 1001100 110 100101 1010110 111010

Color Harmonies of #F0AB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB3A

Black with #F0AB3A

Text Example


Text Example

White with #F0AB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB3A; }

 p { color: rgb(240,171,58); }

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

background-color css

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

 a { background-color: rgb(240,171,58); }

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

border-color css

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

 span { border-color: rgb(240,171,58); }

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