Html Css Color HEX #F83421 Red Orange

📋 copy color: '#F83421'

red 248 ◦ green 52 ◦ blue 33

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

Shades of Red Orange #F83421

Tints of Red Orange #F83421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

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

R = 74.47%
G = 15.62%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F83421 (or 0xF83421) is known color: Red Orange. HEX triplet: F8, 34 and 21. RGB value is (248,52,33). Sum of RGB (Red+Green+Blue) = 248+52+33=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F83421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83421 is #07CBDE. Grayscale: #6C6C6C. Windows color (decimal): -510943 or 2176248. OLE color: 2176248.

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

Color convert

RGB 248 52 33 -
CMYK 0 0.79 0.87 0.03
HSL 5.3º 0.94% 0.55% -
HSV(B) 5.3º 0.87% 0.97% -
XYZ 40.21 22.52 3.67 -
YUV 108.44 85.43 227.54 -
System Red Green Blue C M Y K H S L
Decimal 248 52 33 0 0.79 0.87 0.03 5.3 0.94 0.55
Hex F8 34 21 0 4F 57 3 5 5E 37
Octal 370 64 41 0 117 127 3 5 136 67
Binary 11111000 110100 100001 0 1001111 1010111 11 101 1011110 110111

Color Harmonies of #F83421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83421

Black with #F83421

Text Example


Text Example

White with #F83421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83421; }

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

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

background-color css

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

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

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

border-color css

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

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

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