Html Css Color HEX #F08413 Tangerine

📋 copy color: '#F08413'

red 240 ◦ green 132 ◦ blue 19

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

Shades of Tangerine #F08413

Tints of Tangerine #F08413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 61.38%
G = 33.76%
B = 4.86%

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

#F08413 (or 0xF08413) is known color: Tangerine. HEX triplet: F0, 84 and 13. RGB value is (240,132,19). Sum of RGB (Red+Green+Blue) = 240+132+19=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F08413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08413 is #0F7BEC. Grayscale: #979797. Windows color (decimal): -1014765 or 1279216. OLE color: 1279216.

HSL color Cylindrical-coordinate representation of color #F08413: hue angle of 30.68º 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 #F08413 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 19 -
CMYK 0 0.45 0.92 0.06
HSL 30.68º 0.88% 0.51% -
HSV(B) 30.68º 0.92% 0.94% -
XYZ 44.3 35.07 5.05 -
YUV 151.41 53.28 191.19 -
System Red Green Blue C M Y K H S L
Decimal 240 132 19 0 0.45 0.92 0.06 30.68 0.88 0.51
Hex F0 84 13 0 2D 5C 6 1F 58 33
Octal 360 204 23 0 55 134 6 37 130 63
Binary 11110000 10000100 10011 0 101101 1011100 110 11111 1011000 110011

Color Harmonies of #F08413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08413

Black with #F08413

Text Example


Text Example

White with #F08413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08413; }

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

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

background-color css

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

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

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

border-color css

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

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

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