Html Css Color HEX #F8880D Tangerine

📋 copy color: '#F8880D'

red 248 ◦ green 136 ◦ blue 13

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

Shades of Tangerine #F8880D

Tints of Tangerine #F8880D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 62.47%
G = 34.26%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8880D (or 0xF8880D) is known color: Tangerine. HEX triplet: F8, 88 and 0D. RGB value is (248,136,13). Sum of RGB (Red+Green+Blue) = 248+136+13=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F8880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8880D is #0777F2. Grayscale: #9C9C9C. Windows color (decimal): -489459 or 887032. OLE color: 887032.

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

Color convert

RGB 248 136 13 -
CMYK 0 0.45 0.95 0.03
HSL 31.4º 0.94% 0.51% -
HSV(B) 31.4º 0.95% 0.97% -
XYZ 47.59 37.59 5.13 -
YUV 155.47 47.61 194 -
System Red Green Blue C M Y K H S L
Decimal 248 136 13 0 0.45 0.95 0.03 31.4 0.94 0.51
Hex F8 88 D 0 2D 5F 3 1F 5E 33
Octal 370 210 15 0 55 137 3 37 136 63
Binary 11111000 10001000 1101 0 101101 1011111 11 11111 1011110 110011

Color Harmonies of #F8880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8880D

Black with #F8880D

Text Example


Text Example

White with #F8880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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