Html Css Color HEX #F84321 Red Orange

📋 copy color: '#F84321'

red 248 ◦ green 67 ◦ blue 33

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

Shades of Red Orange #F84321

Tints of Red Orange #F84321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

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

R = 71.26%
G = 19.25%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F84321 (or 0xF84321) is known color: Red Orange. HEX triplet: F8, 43 and 21. RGB value is (248,67,33). Sum of RGB (Red+Green+Blue) = 248+67+33=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F84321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84321 is #07BCDE. Grayscale: #757575. Windows color (decimal): -507103 or 2180088. OLE color: 2180088.

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

Color convert

RGB 248 67 33 -
CMYK 0 0.73 0.87 0.03
HSL 9.49º 0.94% 0.55% -
HSV(B) 9.49º 0.87% 0.97% -
XYZ 40.99 24.08 3.93 -
YUV 117.24 80.47 221.26 -
System Red Green Blue C M Y K H S L
Decimal 248 67 33 0 0.73 0.87 0.03 9.49 0.94 0.55
Hex F8 43 21 0 49 57 3 9 5E 37
Octal 370 103 41 0 111 127 3 11 136 67
Binary 11111000 1000011 100001 0 1001001 1010111 11 1001 1011110 110111

Color Harmonies of #F84321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84321

Black with #F84321

Text Example


Text Example

White with #F84321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84321; }

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

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

background-color css

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

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

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

border-color css

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

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

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