Html Css Color HEX #F84622 Red Orange

📋 copy color: '#F84622'

red 248 ◦ green 70 ◦ blue 34

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

Shades of Red Orange #F84622

Tints of Red Orange #F84622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.89%

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

R = 70.45%
G = 19.89%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F84622 (or 0xF84622) is known color: Red Orange. HEX triplet: F8, 46 and 22. RGB value is (248,70,34). Sum of RGB (Red+Green+Blue) = 248+70+34=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F84622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84622 is #07B9DD. Grayscale: #777777. Windows color (decimal): -506334 or 2246392. OLE color: 2246392.

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

Color convert

RGB 248 70 34 -
CMYK 0 0.72 0.86 0.03
HSL 10.09º 0.94% 0.55% -
HSV(B) 10.09º 0.86% 0.97% -
XYZ 41.19 24.45 4.06 -
YUV 119.12 79.97 219.93 -
System Red Green Blue C M Y K H S L
Decimal 248 70 34 0 0.72 0.86 0.03 10.09 0.94 0.55
Hex F8 46 22 0 48 56 3 A 5E 37
Octal 370 106 42 0 110 126 3 12 136 67
Binary 11111000 1000110 100010 0 1001000 1010110 11 1010 1011110 110111

Color Harmonies of #F84622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84622

Black with #F84622

Text Example


Text Example

White with #F84622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84622; }

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

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

background-color css

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

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

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

border-color css

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

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

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