Html Css Color HEX #F0A511 Dark Tangerine

📋 copy color: '#F0A511'

red 240 ◦ green 165 ◦ blue 17

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

Shades of Dark Tangerine #F0A511

Tints of Dark Tangerine #F0A511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

 BLUE value IS 17 (7.03% from 255) = 4.03%

R = 56.87%
G = 39.1%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0A511 (or 0xF0A511) is known color: Dark Tangerine. HEX triplet: F0, A5 and 11. RGB value is (240,165,17). Sum of RGB (Red+Green+Blue) = 240+165+17=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A511 is #0F5AEE. Grayscale: #ABABAB. Windows color (decimal): -1006319 or 1156592. OLE color: 1156592.

HSL color Cylindrical-coordinate representation of color #F0A511: hue angle of 39.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0A511 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 165 17 -
CMYK 0 0.31 0.93 0.06
HSL 39.82º 0.88% 0.5% -
HSV(B) 39.82º 0.93% 0.94% -
XYZ 49.49 45.48 6.7 -
YUV 170.55 41.35 177.53 -
System Red Green Blue C M Y K H S L
Decimal 240 165 17 0 0.31 0.93 0.06 39.82 0.88 0.5
Hex F0 A5 11 0 1F 5D 6 28 58 32
Octal 360 245 21 0 37 135 6 50 130 62
Binary 11110000 10100101 10001 0 11111 1011101 110 101000 1011000 110010

Color Harmonies of #F0A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A511

Black with #F0A511

Text Example


Text Example

White with #F0A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A511; }

 p { color: rgb(240,165,17); }

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

background-color css

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

 a { background-color: rgb(240,165,17); }

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

border-color css

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

 span { border-color: rgb(240,165,17); }

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