Html Css Color HEX #F5830E Tangerine

📋 copy color: '#F5830E'

red 245 ◦ green 131 ◦ blue 14

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

Shades of Tangerine #F5830E

Tints of Tangerine #F5830E

RGB

 RED value IS 245 (96.09% from 255) = 62.82%

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

 BLUE value IS 14 (5.86% from 255) = 3.59%

R = 62.82%
G = 33.59%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5830E (or 0xF5830E) is known color: Tangerine. HEX triplet: F5, 83 and 0E. RGB value is (245,131,14). Sum of RGB (Red+Green+Blue) = 245+131+14=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5830E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5830E is #0A7CF1. Grayscale: #989898. Windows color (decimal): -687346 or 951285. OLE color: 951285.

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

Color convert

RGB 245 131 14 -
CMYK 0 0.47 0.94 0.04
HSL 30.39º 0.92% 0.51% -
HSV(B) 30.39º 0.94% 0.96% -
XYZ 45.85 35.68 4.89 -
YUV 151.75 50.27 194.51 -
System Red Green Blue C M Y K H S L
Decimal 245 131 14 0 0.47 0.94 0.04 30.39 0.92 0.51
Hex F5 83 E 0 2F 5E 4 1E 5C 33
Octal 365 203 16 0 57 136 4 36 134 63
Binary 11110101 10000011 1110 0 101111 1011110 100 11110 1011100 110011

Color Harmonies of #F5830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5830E

Black with #F5830E

Text Example


Text Example

White with #F5830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5830E; }

 p { color: rgb(245,131,14); }

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

background-color css

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

 a { background-color: rgb(245,131,14); }

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

border-color css

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

 span { border-color: rgb(245,131,14); }

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