Html Css Color HEX #F87F00 Tangerine

📋 copy color: '#F87F00'

red 248 ◦ green 127 ◦ blue 0

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

Shades of Tangerine #F87F00

Tints of Tangerine #F87F00

RGB

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

 GREEN value IS 127 (50% from 255) = 33.87%

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

R = 66.13%
G = 33.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F87F00 (or 0xF87F00) is known color: Tangerine. HEX triplet: F8, 7F and 00. RGB value is (248,127,0). Sum of RGB (Red+Green+Blue) = 248+127+0=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87F00 is #0780FF. Grayscale: #959595. Windows color (decimal): -491776 or 32760. OLE color: 32760.

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

Color convert

RGB 248 127 0 -
CMYK 0 0.49 1 0.03
HSL 30.73º 1% 0.49% -
HSV(B) 30.73º 1% 0.97% -
XYZ 46.3 35.14 4.34 -
YUV 148.7 44.09 198.83 -
System Red Green Blue C M Y K H S L
Decimal 248 127 0 0 0.49 1 0.03 30.73 1 0.49
Hex F8 7F 0 0 31 64 3 1F 64 31
Octal 370 177 0 0 61 144 3 37 144 61
Binary 11111000 1111111 0 0 110001 1100100 11 11111 1100100 110001

Color Harmonies of #F87F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F00

Black with #F87F00

Text Example


Text Example

White with #F87F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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