Html Css Color HEX #F0AE3A Tulip Tree

📋 copy color: '#F0AE3A'

red 240 ◦ green 174 ◦ blue 58

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

Shades of Tulip Tree #F0AE3A

Tints of Tulip Tree #F0AE3A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.86%

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

R = 50.85%
G = 36.86%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0AE3A (or 0xF0AE3A) is known color: Tulip Tree. HEX triplet: F0, AE and 3A. RGB value is (240,174,58). Sum of RGB (Red+Green+Blue) = 240+174+58=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AE3A is #0F51C5. Grayscale: #B5B5B5. Windows color (decimal): -1003974 or 3845872. OLE color: 3845872.

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

Color convert

RGB 240 174 58 -
CMYK 0 0.28 0.76 0.06
HSL 38.24º 0.86% 0.58% -
HSV(B) 38.24º 0.76% 0.94% -
XYZ 51.83 49.1 10.75 -
YUV 180.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 240 174 58 0 0.28 0.76 0.06 38.24 0.86 0.58
Hex F0 AE 3A 0 1C 4C 6 26 56 3A
Octal 360 256 72 0 34 114 6 46 126 72
Binary 11110000 10101110 111010 0 11100 1001100 110 100110 1010110 111010

Color Harmonies of #F0AE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AE3A

Black with #F0AE3A

Text Example


Text Example

White with #F0AE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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