Html Css Color HEX #F6940F Dark Orange

📋 copy color: '#F6940F'

red 246 ◦ green 148 ◦ blue 15

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

Shades of Dark Orange #F6940F

Tints of Dark Orange #F6940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.67%

R = 60.15%
G = 36.19%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6940F (or 0xF6940F) is known color: Dark Orange. HEX triplet: F6, 94 and 0F. RGB value is (246,148,15). Sum of RGB (Red+Green+Blue) = 246+148+15=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F6940F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6940F is #096BF0. Grayscale: #A2A2A2. Windows color (decimal): -617457 or 1021174. OLE color: 1021174.

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

Color convert

RGB 246 148 15 -
CMYK 0 0.40 0.94 0.04
HSL 34.55º 0.93% 0.51% -
HSV(B) 34.55º 0.94% 0.96% -
XYZ 48.68 40.81 5.76 -
YUV 162.14 44.97 187.81 -
System Red Green Blue C M Y K H S L
Decimal 246 148 15 0 0.40 0.94 0.04 34.55 0.93 0.51
Hex F6 94 F 0 28 5E 4 23 5D 33
Octal 366 224 17 0 50 136 4 43 135 63
Binary 11110110 10010100 1111 0 101000 1011110 100 100011 1011101 110011

Color Harmonies of #F6940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6940F

Black with #F6940F

Text Example


Text Example

White with #F6940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6940F; }

 p { color: rgb(246,148,15); }

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

background-color css

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

 a { background-color: rgb(246,148,15); }

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

border-color css

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

 span { border-color: rgb(246,148,15); }

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