Html Css Color HEX #F7810C Tangerine

📋 copy color: '#F7810C'

red 247 ◦ green 129 ◦ blue 12

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

Shades of Tangerine #F7810C

Tints of Tangerine #F7810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 12 (5.08% from 255) = 3.09%

R = 63.66%
G = 33.25%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7810C (or 0xF7810C) is known color: Tangerine. HEX triplet: F7, 81 and 0C. RGB value is (247,129,12). Sum of RGB (Red+Green+Blue) = 247+129+12=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F7810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7810C is #087EF3. Grayscale: #979797. Windows color (decimal): -556788 or 819703. OLE color: 819703.

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

Color convert

RGB 247 129 12 -
CMYK 0 0.48 0.95 0.03
HSL 29.87º 0.94% 0.51% -
HSV(B) 29.87º 0.95% 0.97% -
XYZ 46.27 35.5 4.76 -
YUV 150.94 49.59 196.51 -
System Red Green Blue C M Y K H S L
Decimal 247 129 12 0 0.48 0.95 0.03 29.87 0.94 0.51
Hex F7 81 C 0 30 5F 3 1E 5E 33
Octal 367 201 14 0 60 137 3 36 136 63
Binary 11110111 10000001 1100 0 110000 1011111 11 11110 1011110 110011

Color Harmonies of #F7810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7810C

Black with #F7810C

Text Example


Text Example

White with #F7810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7810C; }

 p { color: rgb(247,129,12); }

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

background-color css

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

 a { background-color: rgb(247,129,12); }

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

border-color css

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

 span { border-color: rgb(247,129,12); }

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