Html Css Color HEX #F84132 Red Orange

📋 copy color: '#F84132'

red 248 ◦ green 65 ◦ blue 50

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

Shades of Red Orange #F84132

Tints of Red Orange #F84132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 68.32%
G = 17.91%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F84132 (or 0xF84132) is known color: Red Orange. HEX triplet: F8, 41 and 32. RGB value is (248,65,50). Sum of RGB (Red+Green+Blue) = 248+65+50=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F84132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84132 is #07BECD. Grayscale: #767676. Windows color (decimal): -507598 or 3293688. OLE color: 3293688.

HSL color Cylindrical-coordinate representation of color #F84132: hue angle of 4.55º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F84132 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 65 50 -
CMYK 0 0.74 0.80 0.03
HSL 4.55º 0.93% 0.58% -
HSV(B) 4.55º 0.8% 0.97% -
XYZ 41.18 23.97 5.47 -
YUV 118.01 89.63 220.72 -
System Red Green Blue C M Y K H S L
Decimal 248 65 50 0 0.74 0.80 0.03 4.55 0.93 0.58
Hex F8 41 32 0 4A 50 3 5 5D 3A
Octal 370 101 62 0 112 120 3 5 135 72
Binary 11111000 1000001 110010 0 1001010 1010000 11 101 1011101 111010

Color Harmonies of #F84132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84132

Black with #F84132

Text Example


Text Example

White with #F84132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84132; }

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

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

background-color css

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

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

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

border-color css

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

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

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