Html Css Color HEX #F7940C Dark Orange

📋 copy color: '#F7940C'

red 247 ◦ green 148 ◦ blue 12

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

Shades of Dark Orange #F7940C

Tints of Dark Orange #F7940C

RGB

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

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

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

R = 60.69%
G = 36.36%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7940C (or 0xF7940C) is known color: Dark Orange. HEX triplet: F7, 94 and 0C. RGB value is (247,148,12). Sum of RGB (Red+Green+Blue) = 247+148+12=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7940C is #086BF3. Grayscale: #A2A2A2. Windows color (decimal): -551924 or 824567. OLE color: 824567.

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

Color convert

RGB 247 148 12 -
CMYK 0 0.40 0.95 0.03
HSL 34.72º 0.94% 0.51% -
HSV(B) 34.72º 0.95% 0.97% -
XYZ 49.01 40.98 5.67 -
YUV 162.1 43.3 188.56 -
System Red Green Blue C M Y K H S L
Decimal 247 148 12 0 0.40 0.95 0.03 34.72 0.94 0.51
Hex F7 94 C 0 28 5F 3 23 5E 33
Octal 367 224 14 0 50 137 3 43 136 63
Binary 11110111 10010100 1100 0 101000 1011111 11 100011 1011110 110011

Color Harmonies of #F7940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7940C

Black with #F7940C

Text Example


Text Example

White with #F7940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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