Html Css Color HEX #F87F06 Tangerine

📋 copy color: '#F87F06'

red 248 ◦ green 127 ◦ blue 6

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

Shades of Tangerine #F87F06

Tints of Tangerine #F87F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 65.09%
G = 33.33%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F87F06 (or 0xF87F06) is known color: Tangerine. HEX triplet: F8, 7F and 06. RGB value is (248,127,6). Sum of RGB (Red+Green+Blue) = 248+127+6=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87F06 is #0780F9. Grayscale: #959595. Windows color (decimal): -491770 or 425976. OLE color: 425976.

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

Color convert

RGB 248 127 6 -
CMYK 0 0.49 0.98 0.03
HSL 30º 0.95% 0.5% -
HSV(B) 30º 0.98% 0.97% -
XYZ 46.33 35.15 4.51 -
YUV 149.39 47.09 198.34 -
System Red Green Blue C M Y K H S L
Decimal 248 127 6 0 0.49 0.98 0.03 30 0.95 0.5
Hex F8 7F 6 0 31 62 3 1E 5F 32
Octal 370 177 6 0 61 142 3 36 137 62
Binary 11111000 1111111 110 0 110001 1100010 11 11110 1011111 110010

Color Harmonies of #F87F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87F06

Black with #F87F06

Text Example


Text Example

White with #F87F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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