Html Css Color HEX #F5930F Dark Orange

📋 copy color: '#F5930F'

red 245 ◦ green 147 ◦ blue 15

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

Shades of Dark Orange #F5930F

Tints of Dark Orange #F5930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 60.2%
G = 36.12%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5930F (or 0xF5930F) is known color: Dark Orange. HEX triplet: F5, 93 and 0F. RGB value is (245,147,15). Sum of RGB (Red+Green+Blue) = 245+147+15=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5930F is #0A6CF0. Grayscale: #A1A1A1. Windows color (decimal): -683249 or 1020917. OLE color: 1020917.

HSL color Cylindrical-coordinate representation of color #F5930F: hue angle of 34.43º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5930F is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 147 15 -
CMYK 0 0.4 0.94 0.04
HSL 34.43º 0.92% 0.51% -
HSV(B) 34.43º 0.94% 0.96% -
XYZ 48.18 40.31 5.69 -
YUV 161.25 45.47 187.73 -
System Red Green Blue C M Y K H S L
Decimal 245 147 15 0 0.4 0.94 0.04 34.43 0.92 0.51
Hex F5 93 F 0 28 5E 4 22 5C 33
Octal 365 223 17 0 50 136 4 42 134 63
Binary 11110101 10010011 1111 0 101000 1011110 100 100010 1011100 110011

Color Harmonies of #F5930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5930F

Black with #F5930F

Text Example


Text Example

White with #F5930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5930F; }

 p { color: rgb(245,147,15); }

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

background-color css

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

 a { background-color: rgb(245,147,15); }

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

border-color css

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

 span { border-color: rgb(245,147,15); }

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