Html Css Color HEX #F8940C Dark Orange

📋 copy color: '#F8940C'

red 248 ◦ green 148 ◦ blue 12

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

Shades of Dark Orange #F8940C

Tints of Dark Orange #F8940C

RGB

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

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

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

R = 60.78%
G = 36.27%
B = 2.94%

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

#F8940C (or 0xF8940C) is known color: Dark Orange. HEX triplet: F8, 94 and 0C. RGB value is (248,148,12). Sum of RGB (Red+Green+Blue) = 248+148+12=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8940C is #076BF3. Grayscale: #A3A3A3. Windows color (decimal): -486388 or 824568. OLE color: 824568.

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

Color convert

RGB 248 148 12 -
CMYK 0 0.40 0.95 0.03
HSL 34.58º 0.94% 0.51% -
HSV(B) 34.58º 0.95% 0.97% -
XYZ 49.37 41.16 5.69 -
YUV 162.4 43.13 189.06 -
System Red Green Blue C M Y K H S L
Decimal 248 148 12 0 0.40 0.95 0.03 34.58 0.94 0.51
Hex F8 94 C 0 28 5F 3 23 5E 33
Octal 370 224 14 0 50 137 3 43 136 63
Binary 11111000 10010100 1100 0 101000 1011111 11 100011 1011110 110011

Color Harmonies of #F8940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8940C

Black with #F8940C

Text Example


Text Example

White with #F8940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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