Html Css Color HEX #F84428 Red Orange

📋 copy color: '#F84428'

red 248 ◦ green 68 ◦ blue 40

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

Shades of Red Orange #F84428

Tints of Red Orange #F84428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

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

R = 69.66%
G = 19.1%
B = 11.24%

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

#F84428 (or 0xF84428) is known color: Red Orange. HEX triplet: F8, 44 and 28. RGB value is (248,68,40). Sum of RGB (Red+Green+Blue) = 248+68+40=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F84428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84428 is #07BBD7. Grayscale: #767676. Windows color (decimal): -506840 or 2639096. OLE color: 2639096.

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

Color convert

RGB 248 68 40 -
CMYK 0 0.73 0.84 0.03
HSL 8.08º 0.94% 0.56% -
HSV(B) 8.08º 0.84% 0.97% -
XYZ 41.16 24.24 4.52 -
YUV 118.63 83.63 220.28 -
System Red Green Blue C M Y K H S L
Decimal 248 68 40 0 0.73 0.84 0.03 8.08 0.94 0.56
Hex F8 44 28 0 49 54 3 8 5E 38
Octal 370 104 50 0 111 124 3 10 136 70
Binary 11111000 1000100 101000 0 1001001 1010100 11 1000 1011110 111000

Color Harmonies of #F84428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84428

Black with #F84428

Text Example


Text Example

White with #F84428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84428; }

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

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

background-color css

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

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

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

border-color css

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

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

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