Html Css Color HEX #F84422 Red Orange

📋 copy color: '#F84422'

red 248 ◦ green 68 ◦ blue 34

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

Shades of Red Orange #F84422

Tints of Red Orange #F84422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.71%

R = 70.86%
G = 19.43%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F84422 (or 0xF84422) is known color: Red Orange. HEX triplet: F8, 44 and 22. RGB value is (248,68,34). Sum of RGB (Red+Green+Blue) = 248+68+34=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F84422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84422 is #07BBDD. Grayscale: #767676. Windows color (decimal): -506846 or 2245880. OLE color: 2245880.

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

Color convert

RGB 248 68 34 -
CMYK 0 0.73 0.86 0.03
HSL 9.53º 0.94% 0.55% -
HSV(B) 9.53º 0.86% 0.97% -
XYZ 41.07 24.21 4.02 -
YUV 117.94 80.63 220.76 -
System Red Green Blue C M Y K H S L
Decimal 248 68 34 0 0.73 0.86 0.03 9.53 0.94 0.55
Hex F8 44 22 0 49 56 3 A 5E 37
Octal 370 104 42 0 111 126 3 12 136 67
Binary 11111000 1000100 100010 0 1001001 1010110 11 1010 1011110 110111

Color Harmonies of #F84422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84422

Black with #F84422

Text Example


Text Example

White with #F84422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84422; }

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

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

background-color css

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

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

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

border-color css

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

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

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