Html Css Color HEX #F8930C Dark Orange

📋 copy color: '#F8930C'

red 248 ◦ green 147 ◦ blue 12

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

Shades of Dark Orange #F8930C

Tints of Dark Orange #F8930C

RGB

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

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

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

R = 60.93%
G = 36.12%
B = 2.95%

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

#F8930C (or 0xF8930C) is known color: Dark Orange. HEX triplet: F8, 93 and 0C. RGB value is (248,147,12). Sum of RGB (Red+Green+Blue) = 248+147+12=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8930C is #076CF3. Grayscale: #A2A2A2. Windows color (decimal): -486644 or 824312. OLE color: 824312.

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

Color convert

RGB 248 147 12 -
CMYK 0 0.41 0.95 0.03
HSL 34.32º 0.94% 0.51% -
HSV(B) 34.32º 0.95% 0.97% -
XYZ 49.21 40.85 5.64 -
YUV 161.81 43.46 189.48 -
System Red Green Blue C M Y K H S L
Decimal 248 147 12 0 0.41 0.95 0.03 34.32 0.94 0.51
Hex F8 93 C 0 29 5F 3 22 5E 33
Octal 370 223 14 0 51 137 3 42 136 63
Binary 11111000 10010011 1100 0 101001 1011111 11 100010 1011110 110011

Color Harmonies of #F8930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8930C

Black with #F8930C

Text Example


Text Example

White with #F8930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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