Html Css Color HEX #F84226 Red Orange

📋 copy color: '#F84226'

red 248 ◦ green 66 ◦ blue 38

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

Shades of Red Orange #F84226

Tints of Red Orange #F84226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.8%

R = 70.45%
G = 18.75%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F84226 (or 0xF84226) is known color: Red Orange. HEX triplet: F8, 42 and 26. RGB value is (248,66,38). Sum of RGB (Red+Green+Blue) = 248+66+38=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F84226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84226 is #07BDD9. Grayscale: #757575. Windows color (decimal): -507354 or 2507512. OLE color: 2507512.

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

Color convert

RGB 248 66 38 -
CMYK 0 0.73 0.85 0.03
HSL 0.94% 0.56% -
HSV(B) 0.85% 0.97% -
XYZ 41.01 23.99 4.3 -
YUV 117.23 83.3 221.28 -
System Red Green Blue C M Y K H S L
Decimal 248 66 38 0 0.73 0.85 0.03 8 0.94 0.56
Hex F8 42 26 0 49 55 3 8 5E 38
Octal 370 102 46 0 111 125 3 10 136 70
Binary 11111000 1000010 100110 0 1001001 1010101 11 1000 1011110 111000

Color Harmonies of #F84226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84226

Black with #F84226

Text Example


Text Example

White with #F84226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84226; }

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

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

background-color css

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

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

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

border-color css

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

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

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