Html Css Color HEX #F6940C Dark Orange

📋 copy color: '#F6940C'

red 246 ◦ green 148 ◦ blue 12

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

Shades of Dark Orange #F6940C

Tints of Dark Orange #F6940C

RGB

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

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

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

R = 60.59%
G = 36.45%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6940C (or 0xF6940C) is known color: Dark Orange. HEX triplet: F6, 94 and 0C. RGB value is (246,148,12). Sum of RGB (Red+Green+Blue) = 246+148+12=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F6940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6940C is #096BF3. Grayscale: #A2A2A2. Windows color (decimal): -617460 or 824566. OLE color: 824566.

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

Color convert

RGB 246 148 12 -
CMYK 0 0.40 0.95 0.04
HSL 34.87º 0.93% 0.51% -
HSV(B) 34.87º 0.95% 0.96% -
XYZ 48.66 40.8 5.66 -
YUV 161.8 43.47 188.06 -
System Red Green Blue C M Y K H S L
Decimal 246 148 12 0 0.40 0.95 0.04 34.87 0.93 0.51
Hex F6 94 C 0 28 5F 4 23 5D 33
Octal 366 224 14 0 50 137 4 43 135 63
Binary 11110110 10010100 1100 0 101000 1011111 100 100011 1011101 110011

Color Harmonies of #F6940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6940C

Black with #F6940C

Text Example


Text Example

White with #F6940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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