Html Css Color HEX #F83F21 Red Orange

📋 copy color: '#F83F21'

red 248 ◦ green 63 ◦ blue 33

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

Shades of Red Orange #F83F21

Tints of Red Orange #F83F21

RGB

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

 GREEN value IS 63 (25% from 255) = 18.31%

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

R = 72.09%
G = 18.31%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F83F21 (or 0xF83F21) is known color: Red Orange. HEX triplet: F8, 3F and 21. RGB value is (248,63,33). Sum of RGB (Red+Green+Blue) = 248+63+33=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83F21 is #07C0DE. Grayscale: #737373. Windows color (decimal): -508127 or 2179064. OLE color: 2179064.

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

Color convert

RGB 248 63 33 -
CMYK 0 0.75 0.87 0.03
HSL 8.37º 0.94% 0.55% -
HSV(B) 8.37º 0.87% 0.97% -
XYZ 40.76 23.62 3.85 -
YUV 114.9 81.79 222.94 -
System Red Green Blue C M Y K H S L
Decimal 248 63 33 0 0.75 0.87 0.03 8.37 0.94 0.55
Hex F8 3F 21 0 4B 57 3 8 5E 37
Octal 370 77 41 0 113 127 3 10 136 67
Binary 11111000 111111 100001 0 1001011 1010111 11 1000 1011110 110111

Color Harmonies of #F83F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F21

Black with #F83F21

Text Example


Text Example

White with #F83F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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