Html Css Color HEX #F59205 Dark Orange

📋 copy color: '#F59205'

red 245 ◦ green 146 ◦ blue 5

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

Shades of Dark Orange #F59205

Tints of Dark Orange #F59205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

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

R = 61.87%
G = 36.87%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F59205 (or 0xF59205) is known color: Dark Orange. HEX triplet: F5, 92 and 05. RGB value is (245,146,5). Sum of RGB (Red+Green+Blue) = 245+146+5=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F59205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59205 is #0A6DFA. Grayscale: #A0A0A0. Windows color (decimal): -683515 or 365301. OLE color: 365301.

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

Color convert

RGB 245 146 5 -
CMYK 0 0.40 0.98 0.04
HSL 35.25º 0.96% 0.49% -
HSV(B) 35.25º 0.98% 0.96% -
XYZ 47.96 39.98 5.33 -
YUV 159.53 40.8 188.96 -
System Red Green Blue C M Y K H S L
Decimal 245 146 5 0 0.40 0.98 0.04 35.25 0.96 0.49
Hex F5 92 5 0 28 62 4 23 60 31
Octal 365 222 5 0 50 142 4 43 140 61
Binary 11110101 10010010 101 0 101000 1100010 100 100011 1100000 110001

Color Harmonies of #F59205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59205

Black with #F59205

Text Example


Text Example

White with #F59205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59205; }

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

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

background-color css

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

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

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

border-color css

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

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

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