Html Css Color HEX #F84121 Red Orange

📋 copy color: '#F84121'

red 248 ◦ green 65 ◦ blue 33

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

Shades of Red Orange #F84121

Tints of Red Orange #F84121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

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

R = 71.68%
G = 18.79%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F84121 (or 0xF84121) is known color: Red Orange. HEX triplet: F8, 41 and 21. RGB value is (248,65,33). Sum of RGB (Red+Green+Blue) = 248+65+33=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F84121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84121 is #07BEDE. Grayscale: #747474. Windows color (decimal): -507615 or 2179576. OLE color: 2179576.

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

Color convert

RGB 248 65 33 -
CMYK 0 0.74 0.87 0.03
HSL 8.93º 0.94% 0.55% -
HSV(B) 8.93º 0.87% 0.97% -
XYZ 40.88 23.85 3.89 -
YUV 116.07 81.13 222.1 -
System Red Green Blue C M Y K H S L
Decimal 248 65 33 0 0.74 0.87 0.03 8.93 0.94 0.55
Hex F8 41 21 0 4A 57 3 9 5E 37
Octal 370 101 41 0 112 127 3 11 136 67
Binary 11111000 1000001 100001 0 1001010 1010111 11 1001 1011110 110111

Color Harmonies of #F84121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84121

Black with #F84121

Text Example


Text Example

White with #F84121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84121; }

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

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

background-color css

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

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

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

border-color css

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

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

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