Html Css Color HEX #F59505 Dark Orange

📋 copy color: '#F59505'

red 245 ◦ green 149 ◦ blue 5

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

Shades of Dark Orange #F59505

Tints of Dark Orange #F59505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

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

R = 61.4%
G = 37.34%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F59505 (or 0xF59505) is known color: Dark Orange. HEX triplet: F5, 95 and 05. RGB value is (245,149,5). Sum of RGB (Red+Green+Blue) = 245+149+5=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F59505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59505 is #0A6AFA. Grayscale: #A1A1A1. Windows color (decimal): -682747 or 366069. OLE color: 366069.

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

Color convert

RGB 245 149 5 -
CMYK 0 0.39 0.98 0.04
HSL 36º 0.96% 0.49% -
HSV(B) 36º 0.98% 0.96% -
XYZ 48.43 40.92 5.49 -
YUV 161.29 39.8 187.71 -
System Red Green Blue C M Y K H S L
Decimal 245 149 5 0 0.39 0.98 0.04 36 0.96 0.49
Hex F5 95 5 0 27 62 4 24 60 31
Octal 365 225 5 0 47 142 4 44 140 61
Binary 11110101 10010101 101 0 100111 1100010 100 100100 1100000 110001

Color Harmonies of #F59505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59505

Black with #F59505

Text Example


Text Example

White with #F59505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59505; }

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

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

background-color css

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

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

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

border-color css

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

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

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