Html Css Color HEX #F8940F Dark Orange

📋 copy color: '#F8940F'

red 248 ◦ green 148 ◦ blue 15

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

Shades of Dark Orange #F8940F

Tints of Dark Orange #F8940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.65%

R = 60.34%
G = 36.01%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8940F (or 0xF8940F) is known color: Dark Orange. HEX triplet: F8, 94 and 0F. RGB value is (248,148,15). Sum of RGB (Red+Green+Blue) = 248+148+15=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8940F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8940F is #076BF0. Grayscale: #A3A3A3. Windows color (decimal): -486385 or 1021176. OLE color: 1021176.

HSL color Cylindrical-coordinate representation of color #F8940F: hue angle of 34.25º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8940F is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 15 -
CMYK 0 0.40 0.94 0.03
HSL 34.25º 0.94% 0.52% -
HSV(B) 34.25º 0.94% 0.97% -
XYZ 49.39 41.17 5.8 -
YUV 162.74 44.63 188.81 -
System Red Green Blue C M Y K H S L
Decimal 248 148 15 0 0.40 0.94 0.03 34.25 0.94 0.52
Hex F8 94 F 0 28 5E 3 22 5E 34
Octal 370 224 17 0 50 136 3 42 136 64
Binary 11111000 10010100 1111 0 101000 1011110 11 100010 1011110 110100

Color Harmonies of #F8940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8940F

Black with #F8940F

Text Example


Text Example

White with #F8940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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