Html Css Color HEX #F7B120 Dark Tangerine

📋 copy color: '#F7B120'

red 247 ◦ green 177 ◦ blue 32

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

Shades of Dark Tangerine #F7B120

Tints of Dark Tangerine #F7B120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.82%

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

R = 54.17%
G = 38.82%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7B120 (or 0xF7B120) is known color: Dark Tangerine. HEX triplet: F7, B1 and 20. RGB value is (247,177,32). Sum of RGB (Red+Green+Blue) = 247+177+32=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B120 is #084EDF. Grayscale: #B6B6B6. Windows color (decimal): -544480 or 2142711. OLE color: 2142711.

HSL color Cylindrical-coordinate representation of color #F7B120: hue angle of 40.47º 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 #F7B120 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 177 32 -
CMYK 0 0.28 0.87 0.03
HSL 40.47º 0.93% 0.55% -
HSV(B) 40.47º 0.87% 0.97% -
XYZ 54.34 51.32 8.41 -
YUV 181.4 43.69 174.79 -
System Red Green Blue C M Y K H S L
Decimal 247 177 32 0 0.28 0.87 0.03 40.47 0.93 0.55
Hex F7 B1 20 0 1C 57 3 28 5D 37
Octal 367 261 40 0 34 127 3 50 135 67
Binary 11110111 10110001 100000 0 11100 1010111 11 101000 1011101 110111

Color Harmonies of #F7B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B120

Black with #F7B120

Text Example


Text Example

White with #F7B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B120; }

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

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

background-color css

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

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

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

border-color css

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

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

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