Html Css Color HEX #F83C19 Orange Red

📋 copy color: '#F83C19'

red 248 ◦ green 60 ◦ blue 25

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

Shades of Orange Red #F83C19

Tints of Orange Red #F83C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 74.47%
G = 18.02%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F83C19 (or 0xF83C19) is known color: Orange Red. HEX triplet: F8, 3C and 19. RGB value is (248,60,25). Sum of RGB (Red+Green+Blue) = 248+60+25=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83C19 is #07C3E6. Grayscale: #707070. Windows color (decimal): -508903 or 1654008. OLE color: 1654008.

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

Color convert

RGB 248 60 25 -
CMYK 0 0.76 0.90 0.03
HSL 9.42º 0.94% 0.54% -
HSV(B) 9.42º 0.9% 0.97% -
XYZ 40.5 23.26 3.27 -
YUV 112.22 78.78 224.85 -
System Red Green Blue C M Y K H S L
Decimal 248 60 25 0 0.76 0.90 0.03 9.42 0.94 0.54
Hex F8 3C 19 0 4C 5A 3 9 5E 36
Octal 370 74 31 0 114 132 3 11 136 66
Binary 11111000 111100 11001 0 1001100 1011010 11 1001 1011110 110110

Color Harmonies of #F83C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83C19

Black with #F83C19

Text Example


Text Example

White with #F83C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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