Html Css Color HEX #F0A720 Dark Tangerine

📋 copy color: '#F0A720'

red 240 ◦ green 167 ◦ blue 32

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

Shades of Dark Tangerine #F0A720

Tints of Dark Tangerine #F0A720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.04%

 BLUE value IS 32 (12.89% from 255) = 7.29%

R = 54.67%
G = 38.04%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0A720 (or 0xF0A720) is known color: Dark Tangerine. HEX triplet: F0, A7 and 20. RGB value is (240,167,32). Sum of RGB (Red+Green+Blue) = 240+167+32=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A720 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A720 is #0F58DF. Grayscale: #AEAEAE. Windows color (decimal): -1005792 or 2140144. OLE color: 2140144.

HSL color Cylindrical-coordinate representation of color #F0A720: hue angle of 38.94º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0A720 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 167 32 -
CMYK 0 0.30 0.87 0.06
HSL 38.94º 0.87% 0.53% -
HSV(B) 38.94º 0.87% 0.94% -
XYZ 50.01 46.27 7.66 -
YUV 173.44 48.18 175.48 -
System Red Green Blue C M Y K H S L
Decimal 240 167 32 0 0.30 0.87 0.06 38.94 0.87 0.53
Hex F0 A7 20 0 1E 57 6 27 57 35
Octal 360 247 40 0 36 127 6 47 127 65
Binary 11110000 10100111 100000 0 11110 1010111 110 100111 1010111 110101

Color Harmonies of #F0A720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A720

Black with #F0A720

Text Example


Text Example

White with #F0A720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A720; }

 p { color: rgb(240,167,32); }

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

background-color css

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

 a { background-color: rgb(240,167,32); }

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

border-color css

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

 span { border-color: rgb(240,167,32); }

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