Html Css Color HEX #F6960D Dark Orange

📋 copy color: '#F6960D'

red 246 ◦ green 150 ◦ blue 13

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

Shades of Dark Orange #F6960D

Tints of Dark Orange #F6960D

RGB

 RED value IS 246 (96.48% from 255) = 60.15%

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

 BLUE value IS 13 (5.47% from 255) = 3.18%

R = 60.15%
G = 36.67%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6960D (or 0xF6960D) is known color: Dark Orange. HEX triplet: F6, 96 and 0D. RGB value is (246,150,13). Sum of RGB (Red+Green+Blue) = 246+150+13=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6960D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6960D is #0969F2. Grayscale: #A3A3A3. Windows color (decimal): -616947 or 890614. OLE color: 890614.

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

Color convert

RGB 246 150 13 -
CMYK 0 0.39 0.95 0.04
HSL 35.28º 0.93% 0.51% -
HSV(B) 35.28º 0.95% 0.96% -
XYZ 48.99 41.43 5.8 -
YUV 163.09 43.3 187.14 -
System Red Green Blue C M Y K H S L
Decimal 246 150 13 0 0.39 0.95 0.04 35.28 0.93 0.51
Hex F6 96 D 0 27 5F 4 23 5D 33
Octal 366 226 15 0 47 137 4 43 135 63
Binary 11110110 10010110 1101 0 100111 1011111 100 100011 1011101 110011

Color Harmonies of #F6960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6960D

Black with #F6960D

Text Example


Text Example

White with #F6960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6960D; }

 p { color: rgb(246,150,13); }

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

background-color css

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

 a { background-color: rgb(246,150,13); }

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

border-color css

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

 span { border-color: rgb(246,150,13); }

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