Html Css Color HEX #F84D22 Red Orange

📋 copy color: '#F84D22'

red 248 ◦ green 77 ◦ blue 34

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

Shades of Red Orange #F84D22

Tints of Red Orange #F84D22

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

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

R = 69.08%
G = 21.45%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F84D22 (or 0xF84D22) is known color: Red Orange. HEX triplet: F8, 4D and 22. RGB value is (248,77,34). Sum of RGB (Red+Green+Blue) = 248+77+34=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84D22 is #07B2DD. Grayscale: #7B7B7B. Windows color (decimal): -504542 or 2248184. OLE color: 2248184.

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

Color convert

RGB 248 77 34 -
CMYK 0 0.69 0.86 0.03
HSL 12.06º 0.94% 0.55% -
HSV(B) 12.06º 0.86% 0.97% -
XYZ 41.65 25.38 4.22 -
YUV 123.23 77.65 217 -
System Red Green Blue C M Y K H S L
Decimal 248 77 34 0 0.69 0.86 0.03 12.06 0.94 0.55
Hex F8 4D 22 0 45 56 3 C 5E 37
Octal 370 115 42 0 105 126 3 14 136 67
Binary 11111000 1001101 100010 0 1000101 1010110 11 1100 1011110 110111

Color Harmonies of #F84D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D22

Black with #F84D22

Text Example


Text Example

White with #F84D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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