Html Css Color HEX #F08313 Tangerine

📋 copy color: '#F08313'

red 240 ◦ green 131 ◦ blue 19

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

Shades of Tangerine #F08313

Tints of Tangerine #F08313

RGB

 RED value IS 240 (94.14% from 255) = 61.54%

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 19 (7.81% from 255) = 4.87%

R = 61.54%
G = 33.59%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08313 (or 0xF08313) is known color: Tangerine. HEX triplet: F0, 83 and 13. RGB value is (240,131,19). Sum of RGB (Red+Green+Blue) = 240+131+19=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F08313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08313 is #0F7CEC. Grayscale: #979797. Windows color (decimal): -1015021 or 1278960. OLE color: 1278960.

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

Color convert

RGB 240 131 19 -
CMYK 0 0.45 0.92 0.06
HSL 30.41º 0.88% 0.51% -
HSV(B) 30.41º 0.92% 0.94% -
XYZ 44.17 34.8 5.01 -
YUV 150.82 53.61 191.61 -
System Red Green Blue C M Y K H S L
Decimal 240 131 19 0 0.45 0.92 0.06 30.41 0.88 0.51
Hex F0 83 13 0 2D 5C 6 1E 58 33
Octal 360 203 23 0 55 134 6 36 130 63
Binary 11110000 10000011 10011 0 101101 1011100 110 11110 1011000 110011

Color Harmonies of #F08313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08313

Black with #F08313

Text Example


Text Example

White with #F08313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08313; }

 p { color: rgb(240,131,19); }

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

background-color css

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

 a { background-color: rgb(240,131,19); }

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

border-color css

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

 span { border-color: rgb(240,131,19); }

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