Html Css Color HEX #F84332 Red Orange

📋 copy color: '#F84332'

red 248 ◦ green 67 ◦ blue 50

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

Shades of Red Orange #F84332

Tints of Red Orange #F84332

RGB

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

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

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

R = 67.95%
G = 18.36%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F84332 (or 0xF84332) is known color: Red Orange. HEX triplet: F8, 43 and 32. RGB value is (248,67,50). Sum of RGB (Red+Green+Blue) = 248+67+50=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F84332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84332 is #07BCCD. Grayscale: #777777. Windows color (decimal): -507086 or 3294200. OLE color: 3294200.

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

Color convert

RGB 248 67 50 -
CMYK 0 0.73 0.80 0.03
HSL 5.15º 0.93% 0.58% -
HSV(B) 5.15º 0.8% 0.97% -
XYZ 41.29 24.2 5.51 -
YUV 119.18 88.97 219.88 -
System Red Green Blue C M Y K H S L
Decimal 248 67 50 0 0.73 0.80 0.03 5.15 0.93 0.58
Hex F8 43 32 0 49 50 3 5 5D 3A
Octal 370 103 62 0 111 120 3 5 135 72
Binary 11111000 1000011 110010 0 1001001 1010000 11 101 1011101 111010

Color Harmonies of #F84332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84332

Black with #F84332

Text Example


Text Example

White with #F84332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84332; }

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

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

background-color css

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

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

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

border-color css

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

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

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