Html Css Color HEX #F58206 Tangerine

📋 copy color: '#F58206'

red 245 ◦ green 130 ◦ blue 6

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

Shades of Tangerine #F58206

Tints of Tangerine #F58206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 64.3%
G = 34.12%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F58206 (or 0xF58206) is known color: Tangerine. HEX triplet: F5, 82 and 06. RGB value is (245,130,6). Sum of RGB (Red+Green+Blue) = 245+130+6=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F58206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58206 is #0A7DF9. Grayscale: #969696. Windows color (decimal): -687610 or 426741. OLE color: 426741.

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

Color convert

RGB 245 130 6 -
CMYK 0 0.47 0.98 0.04
HSL 31.13º 0.95% 0.49% -
HSV(B) 31.13º 0.98% 0.96% -
XYZ 45.67 35.39 4.6 -
YUV 150.25 46.6 195.58 -
System Red Green Blue C M Y K H S L
Decimal 245 130 6 0 0.47 0.98 0.04 31.13 0.95 0.49
Hex F5 82 6 0 2F 62 4 1F 5F 31
Octal 365 202 6 0 57 142 4 37 137 61
Binary 11110101 10000010 110 0 101111 1100010 100 11111 1011111 110001

Color Harmonies of #F58206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58206

Black with #F58206

Text Example


Text Example

White with #F58206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58206; }

 p { color: rgb(245,130,6); }

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

background-color css

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

 a { background-color: rgb(245,130,6); }

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

border-color css

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

 span { border-color: rgb(245,130,6); }

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