Html Css Color HEX #F83C18 Orange Red

📋 copy color: '#F83C18'

red 248 ◦ green 60 ◦ blue 24

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

Shades of Orange Red #F83C18

Tints of Orange Red #F83C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 74.7%
G = 18.07%
B = 7.23%

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

#F83C18 (or 0xF83C18) is known color: Orange Red. HEX triplet: F8, 3C and 18. RGB value is (248,60,24). Sum of RGB (Red+Green+Blue) = 248+60+24=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83C18 is #07C3E7. Grayscale: #707070. Windows color (decimal): -508904 or 1588472. OLE color: 1588472.

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

Color convert

RGB 248 60 24 -
CMYK 0 0.76 0.90 0.03
HSL 9.64º 0.94% 0.53% -
HSV(B) 9.64º 0.9% 0.97% -
XYZ 40.49 23.25 3.22 -
YUV 112.11 78.28 224.93 -
System Red Green Blue C M Y K H S L
Decimal 248 60 24 0 0.76 0.90 0.03 9.64 0.94 0.53
Hex F8 3C 18 0 4C 5A 3 A 5E 35
Octal 370 74 30 0 114 132 3 12 136 65
Binary 11111000 111100 11000 0 1001100 1011010 11 1010 1011110 110101

Color Harmonies of #F83C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83C18

Black with #F83C18

Text Example


Text Example

White with #F83C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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