Html Css Color HEX #F84229 Red Orange

📋 copy color: '#F84229'

red 248 ◦ green 66 ◦ blue 41

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

Shades of Red Orange #F84229

Tints of Red Orange #F84229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.55%

R = 69.86%
G = 18.59%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F84229 (or 0xF84229) is known color: Red Orange. HEX triplet: F8, 42 and 29. RGB value is (248,66,41). Sum of RGB (Red+Green+Blue) = 248+66+41=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F84229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84229 is #07BDD6. Grayscale: #757575. Windows color (decimal): -507351 or 2704120. OLE color: 2704120.

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

Color convert

RGB 248 66 41 -
CMYK 0 0.73 0.83 0.03
HSL 7.25º 0.94% 0.57% -
HSV(B) 7.25º 0.83% 0.97% -
XYZ 41.06 24.01 4.57 -
YUV 117.57 84.8 221.03 -
System Red Green Blue C M Y K H S L
Decimal 248 66 41 0 0.73 0.83 0.03 7.25 0.94 0.57
Hex F8 42 29 0 49 53 3 7 5E 39
Octal 370 102 51 0 111 123 3 7 136 71
Binary 11111000 1000010 101001 0 1001001 1010011 11 111 1011110 111001

Color Harmonies of #F84229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84229

Black with #F84229

Text Example


Text Example

White with #F84229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84229; }

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

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

background-color css

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

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

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

border-color css

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

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

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