Html Css Color HEX #F7820A Tangerine

📋 copy color: '#F7820A'

red 247 ◦ green 130 ◦ blue 10

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

Shades of Tangerine #F7820A

Tints of Tangerine #F7820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 10 (4.3% from 255) = 2.58%

R = 63.82%
G = 33.59%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7820A (or 0xF7820A) is known color: Tangerine. HEX triplet: F7, 82 and 0A. RGB value is (247,130,10). Sum of RGB (Red+Green+Blue) = 247+130+10=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F7820A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7820A is #087DF5. Grayscale: #979797. Windows color (decimal): -556534 or 688887. OLE color: 688887.

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

Color convert

RGB 247 130 10 -
CMYK 0 0.47 0.96 0.03
HSL 30.38º 0.94% 0.5% -
HSV(B) 30.38º 0.96% 0.97% -
XYZ 46.4 35.76 4.74 -
YUV 151.3 48.26 196.26 -
System Red Green Blue C M Y K H S L
Decimal 247 130 10 0 0.47 0.96 0.03 30.38 0.94 0.5
Hex F7 82 A 0 2F 60 3 1E 5E 32
Octal 367 202 12 0 57 140 3 36 136 62
Binary 11110111 10000010 1010 0 101111 1100000 11 11110 1011110 110010

Color Harmonies of #F7820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7820A

Black with #F7820A

Text Example


Text Example

White with #F7820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7820A; }

 p { color: rgb(247,130,10); }

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

background-color css

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

 a { background-color: rgb(247,130,10); }

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

border-color css

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

 span { border-color: rgb(247,130,10); }

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