Html Css Color HEX #F87600 Tangerine

📋 copy color: '#F87600'

red 248 ◦ green 118 ◦ blue 0

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

Shades of Tangerine #F87600

Tints of Tangerine #F87600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.76%
G = 32.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F87600 (or 0xF87600) is known color: Tangerine. HEX triplet: F8, 76 and 00. RGB value is (248,118,0). Sum of RGB (Red+Green+Blue) = 248+118+0=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F87600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87600 is #0789FF. Grayscale: #909090. Windows color (decimal): -494080 or 30456. OLE color: 30456.

HSL color Cylindrical-coordinate representation of color #F87600: hue angle of 28.55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F87600 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 118 0 -
CMYK 0 0.52 1 0.03
HSL 28.55º 1% 0.49% -
HSV(B) 28.55º 1% 0.97% -
XYZ 45.19 32.91 3.97 -
YUV 143.42 47.07 202.59 -
System Red Green Blue C M Y K H S L
Decimal 248 118 0 0 0.52 1 0.03 28.55 1 0.49
Hex F8 76 0 0 34 64 3 1D 64 31
Octal 370 166 0 0 64 144 3 35 144 61
Binary 11111000 1110110 0 0 110100 1100100 11 11101 1100100 110001

Color Harmonies of #F87600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87600

Black with #F87600

Text Example


Text Example

White with #F87600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87600; }

 p { color: rgb(248,118,0); }

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

background-color css

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

 a { background-color: rgb(248,118,0); }

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

border-color css

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

 span { border-color: rgb(248,118,0); }

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