Html Css Color HEX #F83020 Red Orange

📋 copy color: '#F83020'

red 248 ◦ green 48 ◦ blue 32

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

Shades of Red Orange #F83020

Tints of Red Orange #F83020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 75.61%
G = 14.63%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F83020 (or 0xF83020) is known color: Red Orange. HEX triplet: F8, 30 and 20. RGB value is (248,48,32). Sum of RGB (Red+Green+Blue) = 248+48+32=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F83020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83020 is #07CFDF. Grayscale: #6A6A6A. Windows color (decimal): -511968 or 2109688. OLE color: 2109688.

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

Color convert

RGB 248 48 32 -
CMYK 0 0.81 0.87 0.03
HSL 4.44º 0.94% 0.55% -
HSV(B) 4.44º 0.87% 0.97% -
XYZ 40.03 22.17 3.54 -
YUV 105.98 86.26 229.3 -
System Red Green Blue C M Y K H S L
Decimal 248 48 32 0 0.81 0.87 0.03 4.44 0.94 0.55
Hex F8 30 20 0 51 57 3 4 5E 37
Octal 370 60 40 0 121 127 3 4 136 67
Binary 11111000 110000 100000 0 1010001 1010111 11 100 1011110 110111

Color Harmonies of #F83020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83020

Black with #F83020

Text Example


Text Example

White with #F83020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83020; }

 p { color: rgb(248,48,32); }

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

background-color css

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

 a { background-color: rgb(248,48,32); }

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

border-color css

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

 span { border-color: rgb(248,48,32); }

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