Html Css Color HEX #F7940E Dark Orange

📋 copy color: '#F7940E'

red 247 ◦ green 148 ◦ blue 14

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

Shades of Dark Orange #F7940E

Tints of Dark Orange #F7940E

RGB

 RED value IS 247 (96.88% from 255) = 60.39%

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

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

R = 60.39%
G = 36.19%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7940E (or 0xF7940E) is known color: Dark Orange. HEX triplet: F7, 94 and 0E. RGB value is (247,148,14). Sum of RGB (Red+Green+Blue) = 247+148+14=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7940E is #086BF1. Grayscale: #A2A2A2. Windows color (decimal): -551922 or 955639. OLE color: 955639.

HSL color Cylindrical-coordinate representation of color #F7940E: hue angle of 34.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7940E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 148 14 -
CMYK 0 0.40 0.94 0.03
HSL 34.51º 0.94% 0.51% -
HSV(B) 34.51º 0.94% 0.97% -
XYZ 49.03 40.99 5.74 -
YUV 162.33 44.3 188.4 -
System Red Green Blue C M Y K H S L
Decimal 247 148 14 0 0.40 0.94 0.03 34.51 0.94 0.51
Hex F7 94 E 0 28 5E 3 23 5E 33
Octal 367 224 16 0 50 136 3 43 136 63
Binary 11110111 10010100 1110 0 101000 1011110 11 100011 1011110 110011

Color Harmonies of #F7940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7940E

Black with #F7940E

Text Example


Text Example

White with #F7940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7940E; }

 p { color: rgb(247,148,14); }

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

background-color css

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

 a { background-color: rgb(247,148,14); }

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

border-color css

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

 span { border-color: rgb(247,148,14); }

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