Html Css Color HEX #F7920D Dark Orange

📋 copy color: '#F7920D'

red 247 ◦ green 146 ◦ blue 13

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

Shades of Dark Orange #F7920D

Tints of Dark Orange #F7920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 60.84%
G = 35.96%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7920D (or 0xF7920D) is known color: Dark Orange. HEX triplet: F7, 92 and 0D. RGB value is (247,146,13). Sum of RGB (Red+Green+Blue) = 247+146+13=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7920D is #086DF2. Grayscale: #A1A1A1. Windows color (decimal): -552435 or 889591. OLE color: 889591.

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

Color convert

RGB 247 146 13 -
CMYK 0 0.41 0.95 0.03
HSL 34.1º 0.94% 0.51% -
HSV(B) 34.1º 0.95% 0.97% -
XYZ 48.71 40.36 5.6 -
YUV 161.04 44.46 189.31 -
System Red Green Blue C M Y K H S L
Decimal 247 146 13 0 0.41 0.95 0.03 34.1 0.94 0.51
Hex F7 92 D 0 29 5F 3 22 5E 33
Octal 367 222 15 0 51 137 3 42 136 63
Binary 11110111 10010010 1101 0 101001 1011111 11 100010 1011110 110011

Color Harmonies of #F7920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7920D

Black with #F7920D

Text Example


Text Example

White with #F7920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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