Html Css Color HEX #F84228 Red Orange

📋 copy color: '#F84228'

red 248 ◦ green 66 ◦ blue 40

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

Shades of Red Orange #F84228

Tints of Red Orange #F84228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 70.06%
G = 18.64%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F84228 (or 0xF84228) is known color: Red Orange. HEX triplet: F8, 42 and 28. RGB value is (248,66,40). Sum of RGB (Red+Green+Blue) = 248+66+40=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F84228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84228 is #07BDD7. Grayscale: #757575. Windows color (decimal): -507352 or 2638584. OLE color: 2638584.

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

Color convert

RGB 248 66 40 -
CMYK 0 0.73 0.84 0.03
HSL 7.5º 0.94% 0.56% -
HSV(B) 7.5º 0.84% 0.97% -
XYZ 41.04 24.01 4.48 -
YUV 117.45 84.3 221.11 -
System Red Green Blue C M Y K H S L
Decimal 248 66 40 0 0.73 0.84 0.03 7.5 0.94 0.56
Hex F8 42 28 0 49 54 3 8 5E 38
Octal 370 102 50 0 111 124 3 10 136 70
Binary 11111000 1000010 101000 0 1001001 1010100 11 1000 1011110 111000

Color Harmonies of #F84228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84228

Black with #F84228

Text Example


Text Example

White with #F84228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84228; }

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

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

background-color css

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

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

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

border-color css

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

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

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