Html Css Color HEX #F84521 Red Orange

📋 copy color: '#F84521'

red 248 ◦ green 69 ◦ blue 33

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

Shades of Red Orange #F84521

Tints of Red Orange #F84521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.71%

 BLUE value IS 33 (13.28% from 255) = 9.43%

R = 70.86%
G = 19.71%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F84521 (or 0xF84521) is known color: Red Orange. HEX triplet: F8, 45 and 21. RGB value is (248,69,33). Sum of RGB (Red+Green+Blue) = 248+69+33=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F84521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84521 is #07BADE. Grayscale: #767676. Windows color (decimal): -506591 or 2180600. OLE color: 2180600.

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

Color convert

RGB 248 69 33 -
CMYK 0 0.72 0.87 0.03
HSL 10.05º 0.94% 0.55% -
HSV(B) 10.05º 0.87% 0.97% -
XYZ 41.11 24.32 3.97 -
YUV 118.42 79.8 220.43 -
System Red Green Blue C M Y K H S L
Decimal 248 69 33 0 0.72 0.87 0.03 10.05 0.94 0.55
Hex F8 45 21 0 48 57 3 A 5E 37
Octal 370 105 41 0 110 127 3 12 136 67
Binary 11111000 1000101 100001 0 1001000 1010111 11 1010 1011110 110111

Color Harmonies of #F84521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84521

Black with #F84521

Text Example


Text Example

White with #F84521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84521; }

 p { color: rgb(248,69,33); }

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

background-color css

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

 a { background-color: rgb(248,69,33); }

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

border-color css

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

 span { border-color: rgb(248,69,33); }

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