Html Css Color HEX #F7930D Dark Orange

📋 copy color: '#F7930D'

red 247 ◦ green 147 ◦ blue 13

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

Shades of Dark Orange #F7930D

Tints of Dark Orange #F7930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 60.69%
G = 36.12%
B = 3.19%

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

#F7930D (or 0xF7930D) is known color: Dark Orange. HEX triplet: F7, 93 and 0D. RGB value is (247,147,13). Sum of RGB (Red+Green+Blue) = 247+147+13=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7930D is #086CF2. Grayscale: #A2A2A2. Windows color (decimal): -552179 or 889847. OLE color: 889847.

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

Color convert

RGB 247 147 13 -
CMYK 0 0.40 0.95 0.03
HSL 34.36º 0.94% 0.51% -
HSV(B) 34.36º 0.95% 0.97% -
XYZ 48.86 40.67 5.66 -
YUV 161.62 44.13 188.9 -
System Red Green Blue C M Y K H S L
Decimal 247 147 13 0 0.40 0.95 0.03 34.36 0.94 0.51
Hex F7 93 D 0 28 5F 3 22 5E 33
Octal 367 223 15 0 50 137 3 42 136 63
Binary 11110111 10010011 1101 0 101000 1011111 11 100010 1011110 110011

Color Harmonies of #F7930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7930D

Black with #F7930D

Text Example


Text Example

White with #F7930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7930D; }

 p { color: rgb(247,147,13); }

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

background-color css

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

 a { background-color: rgb(247,147,13); }

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

border-color css

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

 span { border-color: rgb(247,147,13); }

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