Html Css Color HEX #F58105 Tangerine

📋 copy color: '#F58105'

red 245 ◦ green 129 ◦ blue 5

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

Shades of Tangerine #F58105

Tints of Tangerine #F58105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 64.64%
G = 34.04%
B = 1.32%

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

#F58105 (or 0xF58105) is known color: Tangerine. HEX triplet: F5, 81 and 05. RGB value is (245,129,5). Sum of RGB (Red+Green+Blue) = 245+129+5=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F58105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58105 is #0A7EFA. Grayscale: #969696. Windows color (decimal): -687867 or 360949. OLE color: 360949.

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

Color convert

RGB 245 129 5 -
CMYK 0 0.47 0.98 0.04
HSL 31º 0.96% 0.49% -
HSV(B) 31º 0.98% 0.96% -
XYZ 45.53 35.12 4.52 -
YUV 149.55 46.43 196.08 -
System Red Green Blue C M Y K H S L
Decimal 245 129 5 0 0.47 0.98 0.04 31 0.96 0.49
Hex F5 81 5 0 2F 62 4 1F 60 31
Octal 365 201 5 0 57 142 4 37 140 61
Binary 11110101 10000001 101 0 101111 1100010 100 11111 1100000 110001

Color Harmonies of #F58105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58105

Black with #F58105

Text Example


Text Example

White with #F58105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58105; }

 p { color: rgb(245,129,5); }

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

background-color css

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

 a { background-color: rgb(245,129,5); }

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

border-color css

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

 span { border-color: rgb(245,129,5); }

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