Html Css Color HEX #F8940D Dark Orange

📋 copy color: '#F8940D'

red 248 ◦ green 148 ◦ blue 13

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

Shades of Dark Orange #F8940D

Tints of Dark Orange #F8940D

RGB

 RED value IS 248 (97.27% from 255) = 60.64%

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

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

R = 60.64%
G = 36.19%
B = 3.18%

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

#F8940D (or 0xF8940D) is known color: Dark Orange. HEX triplet: F8, 94 and 0D. RGB value is (248,148,13). Sum of RGB (Red+Green+Blue) = 248+148+13=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8940D is #076BF2. Grayscale: #A3A3A3. Windows color (decimal): -486387 or 890104. OLE color: 890104.

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

Color convert

RGB 248 148 13 -
CMYK 0 0.40 0.95 0.03
HSL 34.47º 0.94% 0.51% -
HSV(B) 34.47º 0.95% 0.97% -
XYZ 49.37 41.17 5.72 -
YUV 162.51 43.63 188.98 -
System Red Green Blue C M Y K H S L
Decimal 248 148 13 0 0.40 0.95 0.03 34.47 0.94 0.51
Hex F8 94 D 0 28 5F 3 22 5E 33
Octal 370 224 15 0 50 137 3 42 136 63
Binary 11111000 10010100 1101 0 101000 1011111 11 100010 1011110 110011

Color Harmonies of #F8940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8940D

Black with #F8940D

Text Example


Text Example

White with #F8940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8940D; }

 p { color: rgb(248,148,13); }

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

background-color css

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

 a { background-color: rgb(248,148,13); }

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

border-color css

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

 span { border-color: rgb(248,148,13); }

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