Html Css Color HEX #F84238 Red Orange

📋 copy color: '#F84238'

red 248 ◦ green 66 ◦ blue 56

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

Shades of Red Orange #F84238

Tints of Red Orange #F84238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.84%

 BLUE value IS 56 (22.27% from 255) = 15.14%

R = 67.03%
G = 17.84%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F84238 (or 0xF84238) is known color: Red Orange. HEX triplet: F8, 42 and 38. RGB value is (248,66,56). Sum of RGB (Red+Green+Blue) = 248+66+56=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F84238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84238 is #07BDC7. Grayscale: #777777. Windows color (decimal): -507336 or 3687160. OLE color: 3687160.

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

Color convert

RGB 248 66 56 -
CMYK 0 0.73 0.77 0.03
HSL 3.13º 0.93% 0.6% -
HSV(B) 3.13º 0.77% 0.97% -
XYZ 41.37 24.14 6.22 -
YUV 119.28 92.3 219.81 -
System Red Green Blue C M Y K H S L
Decimal 248 66 56 0 0.73 0.77 0.03 3.13 0.93 0.6
Hex F8 42 38 0 49 4D 3 3 5D 3C
Octal 370 102 70 0 111 115 3 3 135 74
Binary 11111000 1000010 111000 0 1001001 1001101 11 11 1011101 111100

Color Harmonies of #F84238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84238

Black with #F84238

Text Example


Text Example

White with #F84238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84238; }

 p { color: rgb(248,66,56); }

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

background-color css

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

 a { background-color: rgb(248,66,56); }

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

border-color css

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

 span { border-color: rgb(248,66,56); }

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