Html Css Color HEX #F7B516 Dark Tangerine

📋 copy color: '#F7B516'

red 247 ◦ green 181 ◦ blue 22

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

Shades of Dark Tangerine #F7B516

Tints of Dark Tangerine #F7B516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

 BLUE value IS 22 (8.98% from 255) = 4.89%

R = 54.89%
G = 40.22%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F7B516 (or 0xF7B516) is known color: Dark Tangerine. HEX triplet: F7, B5 and 16. RGB value is (247,181,22). Sum of RGB (Red+Green+Blue) = 247+181+22=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B516 is #084AE9. Grayscale: #B7B7B7. Windows color (decimal): -543466 or 1488375. OLE color: 1488375.

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

Color convert

RGB 247 181 22 -
CMYK 0 0.27 0.91 0.03
HSL 42.4º 0.93% 0.53% -
HSV(B) 42.4º 0.91% 0.97% -
XYZ 55.03 52.88 8.07 -
YUV 182.61 37.37 173.93 -
System Red Green Blue C M Y K H S L
Decimal 247 181 22 0 0.27 0.91 0.03 42.4 0.93 0.53
Hex F7 B5 16 0 1B 5B 3 2A 5D 35
Octal 367 265 26 0 33 133 3 52 135 65
Binary 11110111 10110101 10110 0 11011 1011011 11 101010 1011101 110101

Color Harmonies of #F7B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B516

Black with #F7B516

Text Example


Text Example

White with #F7B516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B516; }

 p { color: rgb(247,181,22); }

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

background-color css

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

 a { background-color: rgb(247,181,22); }

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

border-color css

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

 span { border-color: rgb(247,181,22); }

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