Html Css Color HEX #F84136 Red Orange

📋 copy color: '#F84136'

red 248 ◦ green 65 ◦ blue 54

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

Shades of Red Orange #F84136

Tints of Red Orange #F84136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.71%

R = 67.57%
G = 17.71%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F84136 (or 0xF84136) is known color: Red Orange. HEX triplet: F8, 41 and 36. RGB value is (248,65,54). Sum of RGB (Red+Green+Blue) = 248+65+54=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F84136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84136 is #07BEC9. Grayscale: #767676. Windows color (decimal): -507594 or 3555832. OLE color: 3555832.

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

Color convert

RGB 248 65 54 -
CMYK 0 0.74 0.78 0.03
HSL 3.4º 0.93% 0.59% -
HSV(B) 3.4º 0.78% 0.97% -
XYZ 41.27 24 5.95 -
YUV 118.46 91.63 220.39 -
System Red Green Blue C M Y K H S L
Decimal 248 65 54 0 0.74 0.78 0.03 3.4 0.93 0.59
Hex F8 41 36 0 4A 4E 3 3 5D 3B
Octal 370 101 66 0 112 116 3 3 135 73
Binary 11111000 1000001 110110 0 1001010 1001110 11 11 1011101 111011

Color Harmonies of #F84136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84136

Black with #F84136

Text Example


Text Example

White with #F84136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84136; }

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

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

background-color css

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

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

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

border-color css

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

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

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