Html Css Color HEX #F7A920 Dark Tangerine

📋 copy color: '#F7A920'

red 247 ◦ green 169 ◦ blue 32

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

Shades of Dark Tangerine #F7A920

Tints of Dark Tangerine #F7A920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.72%

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

R = 55.13%
G = 37.72%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7A920 (or 0xF7A920) is known color: Dark Tangerine. HEX triplet: F7, A9 and 20. RGB value is (247,169,32). Sum of RGB (Red+Green+Blue) = 247+169+32=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A920 is #0856DF. Grayscale: #B1B1B1. Windows color (decimal): -546528 or 2140663. OLE color: 2140663.

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

Color convert

RGB 247 169 32 -
CMYK 0 0.32 0.87 0.03
HSL 38.23º 0.93% 0.55% -
HSV(B) 38.23º 0.87% 0.97% -
XYZ 52.81 48.25 7.9 -
YUV 176.7 46.34 178.14 -
System Red Green Blue C M Y K H S L
Decimal 247 169 32 0 0.32 0.87 0.03 38.23 0.93 0.55
Hex F7 A9 20 0 20 57 3 26 5D 37
Octal 367 251 40 0 40 127 3 46 135 67
Binary 11110111 10101001 100000 0 100000 1010111 11 100110 1011101 110111

Color Harmonies of #F7A920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A920

Black with #F7A920

Text Example


Text Example

White with #F7A920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A920; }

 p { color: rgb(247,169,32); }

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

background-color css

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

 a { background-color: rgb(247,169,32); }

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

border-color css

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

 span { border-color: rgb(247,169,32); }

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