Html Css Color HEX #F7A80B Dark Tangerine

📋 copy color: '#F7A80B'

red 247 ◦ green 168 ◦ blue 11

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

Shades of Dark Tangerine #F7A80B

Tints of Dark Tangerine #F7A80B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 57.98%
G = 39.44%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7A80B (or 0xF7A80B) is known color: Dark Tangerine. HEX triplet: F7, A8 and 0B. RGB value is (247,168,11). Sum of RGB (Red+Green+Blue) = 247+168+11=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A80B is #0857F4. Grayscale: #AEAEAE. Windows color (decimal): -546805 or 764151. OLE color: 764151.

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

Color convert

RGB 247 168 11 -
CMYK 0 0.32 0.96 0.03
HSL 39.92º 0.94% 0.51% -
HSV(B) 39.92º 0.96% 0.97% -
XYZ 52.42 47.8 6.78 -
YUV 173.72 36.17 180.27 -
System Red Green Blue C M Y K H S L
Decimal 247 168 11 0 0.32 0.96 0.03 39.92 0.94 0.51
Hex F7 A8 B 0 20 60 3 28 5E 33
Octal 367 250 13 0 40 140 3 50 136 63
Binary 11110111 10101000 1011 0 100000 1100000 11 101000 1011110 110011

Color Harmonies of #F7A80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A80B

Black with #F7A80B

Text Example


Text Example

White with #F7A80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A80B; }

 p { color: rgb(247,168,11); }

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

background-color css

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

 a { background-color: rgb(247,168,11); }

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

border-color css

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

 span { border-color: rgb(247,168,11); }

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