Html Css Color HEX #F59402 Dark Orange

📋 copy color: '#F59402'

red 245 ◦ green 148 ◦ blue 2

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

Shades of Dark Orange #F59402

Tints of Dark Orange #F59402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 62.03%
G = 37.47%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F59402 (or 0xF59402) is known color: Dark Orange. HEX triplet: F5, 94 and 02. RGB value is (245,148,2). Sum of RGB (Red+Green+Blue) = 245+148+2=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F59402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59402 is #0A6BFD. Grayscale: #A1A1A1. Windows color (decimal): -683006 or 169205. OLE color: 169205.

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

Color convert

RGB 245 148 2 -
CMYK 0 0.40 0.99 0.04
HSL 36.05º 0.98% 0.48% -
HSV(B) 36.05º 0.99% 0.96% -
XYZ 48.26 40.6 5.35 -
YUV 160.36 38.64 188.37 -
System Red Green Blue C M Y K H S L
Decimal 245 148 2 0 0.40 0.99 0.04 36.05 0.98 0.48
Hex F5 94 2 0 28 63 4 24 62 30
Octal 365 224 2 0 50 143 4 44 142 60
Binary 11110101 10010100 10 0 101000 1100011 100 100100 1100010 110000

Color Harmonies of #F59402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59402

Black with #F59402

Text Example


Text Example

White with #F59402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59402; }

 p { color: rgb(245,148,2); }

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

background-color css

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

 a { background-color: rgb(245,148,2); }

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

border-color css

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

 span { border-color: rgb(245,148,2); }

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