Html Css Color HEX #F8460C Orange Red

📋 copy color: '#F8460C'

red 248 ◦ green 70 ◦ blue 12

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

Shades of Orange Red #F8460C

Tints of Orange Red #F8460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

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

R = 75.15%
G = 21.21%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8460C (or 0xF8460C) is known color: Orange Red. HEX triplet: F8, 46 and 0C. RGB value is (248,70,12). Sum of RGB (Red+Green+Blue) = 248+70+12=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F8460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8460C is #07B9F3. Grayscale: #757575. Windows color (decimal): -506356 or 804600. OLE color: 804600.

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

Color convert

RGB 248 70 12 -
CMYK 0 0.72 0.95 0.03
HSL 14.75º 0.94% 0.51% -
HSV(B) 14.75º 0.95% 0.97% -
XYZ 40.97 24.36 2.89 -
YUV 116.61 68.97 221.72 -
System Red Green Blue C M Y K H S L
Decimal 248 70 12 0 0.72 0.95 0.03 14.75 0.94 0.51
Hex F8 46 C 0 48 5F 3 F 5E 33
Octal 370 106 14 0 110 137 3 17 136 63
Binary 11111000 1000110 1100 0 1001000 1011111 11 1111 1011110 110011

Color Harmonies of #F8460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8460C

Black with #F8460C

Text Example


Text Example

White with #F8460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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