Html Css Color HEX #F58006 Tangerine

📋 copy color: '#F58006'

red 245 ◦ green 128 ◦ blue 6

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

Shades of Tangerine #F58006

Tints of Tangerine #F58006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

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

R = 64.64%
G = 33.77%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F58006 (or 0xF58006) is known color: Tangerine. HEX triplet: F5, 80 and 06. RGB value is (245,128,6). Sum of RGB (Red+Green+Blue) = 245+128+6=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F58006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58006 is #0A7FF9. Grayscale: #959595. Windows color (decimal): -688122 or 426229. OLE color: 426229.

HSL color Cylindrical-coordinate representation of color #F58006: hue angle of 30.63º 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 #F58006 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 6 -
CMYK 0 0.48 0.98 0.04
HSL 30.63º 0.95% 0.49% -
HSV(B) 30.63º 0.98% 0.96% -
XYZ 45.41 34.86 4.51 -
YUV 149.08 47.26 196.42 -
System Red Green Blue C M Y K H S L
Decimal 245 128 6 0 0.48 0.98 0.04 30.63 0.95 0.49
Hex F5 80 6 0 30 62 4 1F 5F 31
Octal 365 200 6 0 60 142 4 37 137 61
Binary 11110101 10000000 110 0 110000 1100010 100 11111 1011111 110001

Color Harmonies of #F58006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58006

Black with #F58006

Text Example


Text Example

White with #F58006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58006; }

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

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

background-color css

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

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

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

border-color css

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

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

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