Html Css Color HEX #F7960E Dark Orange

📋 copy color: '#F7960E'

red 247 ◦ green 150 ◦ blue 14

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

Shades of Dark Orange #F7960E

Tints of Dark Orange #F7960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

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

R = 60.1%
G = 36.5%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7960E (or 0xF7960E) is known color: Dark Orange. HEX triplet: F7, 96 and 0E. RGB value is (247,150,14). Sum of RGB (Red+Green+Blue) = 247+150+14=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7960E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7960E is #0869F1. Grayscale: #A4A4A4. Windows color (decimal): -551410 or 956151. OLE color: 956151.

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

Color convert

RGB 247 150 14 -
CMYK 0 0.39 0.94 0.03
HSL 35.02º 0.94% 0.51% -
HSV(B) 35.02º 0.94% 0.97% -
XYZ 49.34 41.62 5.85 -
YUV 163.5 43.64 187.56 -
System Red Green Blue C M Y K H S L
Decimal 247 150 14 0 0.39 0.94 0.03 35.02 0.94 0.51
Hex F7 96 E 0 27 5E 3 23 5E 33
Octal 367 226 16 0 47 136 3 43 136 63
Binary 11110111 10010110 1110 0 100111 1011110 11 100011 1011110 110011

Color Harmonies of #F7960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7960E

Black with #F7960E

Text Example


Text Example

White with #F7960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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