Html Css Color HEX #F8880B Tangerine

📋 copy color: '#F8880B'

red 248 ◦ green 136 ◦ blue 11

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

Shades of Tangerine #F8880B

Tints of Tangerine #F8880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 62.78%
G = 34.43%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8880B (or 0xF8880B) is known color: Tangerine. HEX triplet: F8, 88 and 0B. RGB value is (248,136,11). Sum of RGB (Red+Green+Blue) = 248+136+11=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8880B is #0777F4. Grayscale: #9B9B9B. Windows color (decimal): -489461 or 755960. OLE color: 755960.

HSL color Cylindrical-coordinate representation of color #F8880B: hue angle of 31.65º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8880B is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 136 11 -
CMYK 0 0.45 0.96 0.03
HSL 31.65º 0.94% 0.51% -
HSV(B) 31.65º 0.96% 0.97% -
XYZ 47.58 37.59 5.06 -
YUV 155.24 46.61 194.16 -
System Red Green Blue C M Y K H S L
Decimal 248 136 11 0 0.45 0.96 0.03 31.65 0.94 0.51
Hex F8 88 B 0 2D 60 3 20 5E 33
Octal 370 210 13 0 55 140 3 40 136 63
Binary 11111000 10001000 1011 0 101101 1100000 11 100000 1011110 110011

Color Harmonies of #F8880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8880B

Black with #F8880B

Text Example


Text Example

White with #F8880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8880B; }

 p { color: rgb(248,136,11); }

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

background-color css

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

 a { background-color: rgb(248,136,11); }

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

border-color css

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

 span { border-color: rgb(248,136,11); }

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