Html Css Color HEX #F83C10 Orange Red

📋 copy color: '#F83C10'

red 248 ◦ green 60 ◦ blue 16

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

Shades of Orange Red #F83C10

Tints of Orange Red #F83C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 76.54%
G = 18.52%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F83C10 (or 0xF83C10) is known color: Orange Red. HEX triplet: F8, 3C and 10. RGB value is (248,60,16). Sum of RGB (Red+Green+Blue) = 248+60+16=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83C10 is #07C3EF. Grayscale: #6F6F6F. Windows color (decimal): -508912 or 1064184. OLE color: 1064184.

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

Color convert

RGB 248 60 16 -
CMYK 0 0.76 0.94 0.03
HSL 11.38º 0.94% 0.52% -
HSV(B) 11.38º 0.94% 0.97% -
XYZ 40.42 23.23 2.84 -
YUV 111.2 74.28 225.58 -
System Red Green Blue C M Y K H S L
Decimal 248 60 16 0 0.76 0.94 0.03 11.38 0.94 0.52
Hex F8 3C 10 0 4C 5E 3 B 5E 34
Octal 370 74 20 0 114 136 3 13 136 64
Binary 11111000 111100 10000 0 1001100 1011110 11 1011 1011110 110100

Color Harmonies of #F83C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83C10

Black with #F83C10

Text Example


Text Example

White with #F83C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83C10; }

 p { color: rgb(248,60,16); }

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

background-color css

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

 a { background-color: rgb(248,60,16); }

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

border-color css

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

 span { border-color: rgb(248,60,16); }

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