Html Css Color HEX #F84920 Red Orange

📋 copy color: '#F84920'

red 248 ◦ green 73 ◦ blue 32

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

Shades of Red Orange #F84920

Tints of Red Orange #F84920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

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

R = 70.25%
G = 20.68%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F84920 (or 0xF84920) is known color: Red Orange. HEX triplet: F8, 49 and 20. RGB value is (248,73,32). Sum of RGB (Red+Green+Blue) = 248+73+32=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F84920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84920 is #07B6DF. Grayscale: #787878. Windows color (decimal): -505568 or 2116088. OLE color: 2116088.

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

Color convert

RGB 248 73 32 -
CMYK 0 0.71 0.87 0.03
HSL 11.39º 0.94% 0.55% -
HSV(B) 11.39º 0.87% 0.97% -
XYZ 41.35 24.83 3.98 -
YUV 120.65 77.98 218.83 -
System Red Green Blue C M Y K H S L
Decimal 248 73 32 0 0.71 0.87 0.03 11.39 0.94 0.55
Hex F8 49 20 0 47 57 3 B 5E 37
Octal 370 111 40 0 107 127 3 13 136 67
Binary 11111000 1001001 100000 0 1000111 1010111 11 1011 1011110 110111

Color Harmonies of #F84920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84920

Black with #F84920

Text Example


Text Example

White with #F84920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84920; }

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

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

background-color css

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

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

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

border-color css

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

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

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