Html Css Color HEX #F5910E Dark Orange

📋 copy color: '#F5910E'

red 245 ◦ green 145 ◦ blue 14

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

Shades of Dark Orange #F5910E

Tints of Dark Orange #F5910E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 60.64%
G = 35.89%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5910E (or 0xF5910E) is known color: Dark Orange. HEX triplet: F5, 91 and 0E. RGB value is (245,145,14). Sum of RGB (Red+Green+Blue) = 245+145+14=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5910E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5910E is #0A6EF1. Grayscale: #A0A0A0. Windows color (decimal): -683762 or 954869. OLE color: 954869.

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

Color convert

RGB 245 145 14 -
CMYK 0 0.41 0.94 0.04
HSL 34.03º 0.92% 0.51% -
HSV(B) 34.03º 0.94% 0.96% -
XYZ 47.86 39.69 5.55 -
YUV 159.97 45.63 188.65 -
System Red Green Blue C M Y K H S L
Decimal 245 145 14 0 0.41 0.94 0.04 34.03 0.92 0.51
Hex F5 91 E 0 29 5E 4 22 5C 33
Octal 365 221 16 0 51 136 4 42 134 63
Binary 11110101 10010001 1110 0 101001 1011110 100 100010 1011100 110011

Color Harmonies of #F5910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5910E

Black with #F5910E

Text Example


Text Example

White with #F5910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5910E; }

 p { color: rgb(245,145,14); }

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

background-color css

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

 a { background-color: rgb(245,145,14); }

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

border-color css

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

 span { border-color: rgb(245,145,14); }

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