Html Css Color HEX #F7960C Dark Orange

📋 copy color: '#F7960C'

red 247 ◦ green 150 ◦ blue 12

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

Shades of Dark Orange #F7960C

Tints of Dark Orange #F7960C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 60.39%
G = 36.67%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7960C (or 0xF7960C) is known color: Dark Orange. HEX triplet: F7, 96 and 0C. RGB value is (247,150,12). Sum of RGB (Red+Green+Blue) = 247+150+12=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7960C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7960C is #0869F3. Grayscale: #A3A3A3. Windows color (decimal): -551412 or 825079. OLE color: 825079.

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

Color convert

RGB 247 150 12 -
CMYK 0 0.39 0.95 0.03
HSL 35.23º 0.94% 0.51% -
HSV(B) 35.23º 0.95% 0.97% -
XYZ 49.33 41.61 5.78 -
YUV 163.27 42.64 187.72 -
System Red Green Blue C M Y K H S L
Decimal 247 150 12 0 0.39 0.95 0.03 35.23 0.94 0.51
Hex F7 96 C 0 27 5F 3 23 5E 33
Octal 367 226 14 0 47 137 3 43 136 63
Binary 11110111 10010110 1100 0 100111 1011111 11 100011 1011110 110011

Color Harmonies of #F7960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7960C

Black with #F7960C

Text Example


Text Example

White with #F7960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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