Html Css Color HEX #F88201 Tangerine

📋 copy color: '#F88201'

red 248 ◦ green 130 ◦ blue 1

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

Shades of Tangerine #F88201

Tints of Tangerine #F88201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 65.44%
G = 34.3%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F88201 (or 0xF88201) is known color: Tangerine. HEX triplet: F8, 82 and 01. RGB value is (248,130,1). Sum of RGB (Red+Green+Blue) = 248+130+1=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F88201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F88201 is #077DFE. Grayscale: #979797. Windows color (decimal): -491007 or 99064. OLE color: 99064.

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

Color convert

RGB 248 130 1 -
CMYK 0 0.48 1.00 0.03
HSL 31.34º 0.99% 0.49% -
HSV(B) 31.34º 1% 0.97% -
XYZ 46.7 35.92 4.5 -
YUV 150.58 43.59 197.49 -
System Red Green Blue C M Y K H S L
Decimal 248 130 1 0 0.48 1.00 0.03 31.34 0.99 0.49
Hex F8 82 1 0 30 64 3 1F 63 31
Octal 370 202 1 0 60 144 3 37 143 61
Binary 11111000 10000010 1 0 110000 1100100 11 11111 1100011 110001

Color Harmonies of #F88201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88201

Black with #F88201

Text Example


Text Example

White with #F88201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88201; }

 p { color: rgb(248,130,1); }

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

background-color css

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

 a { background-color: rgb(248,130,1); }

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

border-color css

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

 span { border-color: rgb(248,130,1); }

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