Html Css Color HEX #F7A515 Dark Tangerine

📋 copy color: '#F7A515'

red 247 ◦ green 165 ◦ blue 21

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

Shades of Dark Tangerine #F7A515

Tints of Dark Tangerine #F7A515

RGB

 RED value IS 247 (96.88% from 255) = 57.04%

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

 BLUE value IS 21 (8.59% from 255) = 4.85%

R = 57.04%
G = 38.11%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F7A515 (or 0xF7A515) is known color: Dark Tangerine. HEX triplet: F7, A5 and 15. RGB value is (247,165,21). Sum of RGB (Red+Green+Blue) = 247+165+21=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A515 is #085AEA. Grayscale: #ADADAD. Windows color (decimal): -547563 or 1418743. OLE color: 1418743.

HSL color Cylindrical-coordinate representation of color #F7A515: hue angle of 38.23º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7A515 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 165 21 -
CMYK 0 0.33 0.91 0.03
HSL 38.23º 0.93% 0.53% -
HSV(B) 38.23º 0.91% 0.97% -
XYZ 51.95 46.74 6.99 -
YUV 173.1 42.17 180.71 -
System Red Green Blue C M Y K H S L
Decimal 247 165 21 0 0.33 0.91 0.03 38.23 0.93 0.53
Hex F7 A5 15 0 21 5B 3 26 5D 35
Octal 367 245 25 0 41 133 3 46 135 65
Binary 11110111 10100101 10101 0 100001 1011011 11 100110 1011101 110101

Color Harmonies of #F7A515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A515

Black with #F7A515

Text Example


Text Example

White with #F7A515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A515; }

 p { color: rgb(247,165,21); }

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

background-color css

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

 a { background-color: rgb(247,165,21); }

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

border-color css

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

 span { border-color: rgb(247,165,21); }

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