Html Css Color HEX #F8860D Tangerine

📋 copy color: '#F8860D'

red 248 ◦ green 134 ◦ blue 13

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

Shades of Tangerine #F8860D

Tints of Tangerine #F8860D

RGB

 RED value IS 248 (97.27% from 255) = 62.78%

 GREEN value IS 134 (52.73% from 255) = 33.92%

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 62.78%
G = 33.92%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8860D (or 0xF8860D) is known color: Tangerine. HEX triplet: F8, 86 and 0D. RGB value is (248,134,13). Sum of RGB (Red+Green+Blue) = 248+134+13=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8860D is #0779F2. Grayscale: #9A9A9A. Windows color (decimal): -489971 or 886520. OLE color: 886520.

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

Color convert

RGB 248 134 13 -
CMYK 0 0.46 0.95 0.03
HSL 30.89º 0.94% 0.51% -
HSV(B) 30.89º 0.95% 0.97% -
XYZ 47.31 37.04 5.04 -
YUV 154.29 48.27 194.84 -
System Red Green Blue C M Y K H S L
Decimal 248 134 13 0 0.46 0.95 0.03 30.89 0.94 0.51
Hex F8 86 D 0 2E 5F 3 1F 5E 33
Octal 370 206 15 0 56 137 3 37 136 63
Binary 11111000 10000110 1101 0 101110 1011111 11 11111 1011110 110011

Color Harmonies of #F8860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8860D

Black with #F8860D

Text Example


Text Example

White with #F8860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8860D; }

 p { color: rgb(248,134,13); }

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

background-color css

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

 a { background-color: rgb(248,134,13); }

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

border-color css

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

 span { border-color: rgb(248,134,13); }

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