Html Css Color HEX #F83C22 Red Orange

📋 copy color: '#F83C22'

red 248 ◦ green 60 ◦ blue 34

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

Shades of Red Orange #F83C22

Tints of Red Orange #F83C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.94%

R = 72.51%
G = 17.54%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F83C22 (or 0xF83C22) is known color: Red Orange. HEX triplet: F8, 3C and 22. RGB value is (248,60,34). Sum of RGB (Red+Green+Blue) = 248+60+34=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83C22 is #07C3DD. Grayscale: #717171. Windows color (decimal): -508894 or 2243832. OLE color: 2243832.

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

Color convert

RGB 248 60 34 -
CMYK 0 0.76 0.86 0.03
HSL 7.29º 0.94% 0.55% -
HSV(B) 7.29º 0.86% 0.97% -
XYZ 40.62 23.3 3.87 -
YUV 113.25 83.28 224.11 -
System Red Green Blue C M Y K H S L
Decimal 248 60 34 0 0.76 0.86 0.03 7.29 0.94 0.55
Hex F8 3C 22 0 4C 56 3 7 5E 37
Octal 370 74 42 0 114 126 3 7 136 67
Binary 11111000 111100 100010 0 1001100 1010110 11 111 1011110 110111

Color Harmonies of #F83C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83C22

Black with #F83C22

Text Example


Text Example

White with #F83C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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