Html Css Color HEX #F0A513 Dark Tangerine

📋 copy color: '#F0A513'

red 240 ◦ green 165 ◦ blue 19

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

Shades of Dark Tangerine #F0A513

Tints of Dark Tangerine #F0A513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.48%

R = 56.6%
G = 38.92%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0A513 (or 0xF0A513) is known color: Dark Tangerine. HEX triplet: F0, A5 and 13. RGB value is (240,165,19). Sum of RGB (Red+Green+Blue) = 240+165+19=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A513 is #0F5AEC. Grayscale: #ABABAB. Windows color (decimal): -1006317 or 1287664. OLE color: 1287664.

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

Color convert

RGB 240 165 19 -
CMYK 0 0.31 0.92 0.06
HSL 39.64º 0.88% 0.51% -
HSV(B) 39.64º 0.92% 0.94% -
XYZ 49.51 45.48 6.79 -
YUV 170.78 42.35 177.37 -
System Red Green Blue C M Y K H S L
Decimal 240 165 19 0 0.31 0.92 0.06 39.64 0.88 0.51
Hex F0 A5 13 0 1F 5C 6 28 58 33
Octal 360 245 23 0 37 134 6 50 130 63
Binary 11110000 10100101 10011 0 11111 1011100 110 101000 1011000 110011

Color Harmonies of #F0A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A513

Black with #F0A513

Text Example


Text Example

White with #F0A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A513; }

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

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

background-color css

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

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

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

border-color css

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

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

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