Html Css Color HEX #F84D2C Red Orange

📋 copy color: '#F84D2C'

red 248 ◦ green 77 ◦ blue 44

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

Shades of Red Orange #F84D2C

Tints of Red Orange #F84D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 67.21%
G = 20.87%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F84D2C (or 0xF84D2C) is known color: Red Orange. HEX triplet: F8, 4D and 2C. RGB value is (248,77,44). Sum of RGB (Red+Green+Blue) = 248+77+44=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84D2C is #07B2D3. Grayscale: #7C7C7C. Windows color (decimal): -504532 or 2903544. OLE color: 2903544.

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

Color convert

RGB 248 77 44 -
CMYK 0 0.69 0.82 0.03
HSL 9.71º 0.94% 0.57% -
HSV(B) 9.71º 0.82% 0.97% -
XYZ 41.82 25.45 5.09 -
YUV 124.37 82.65 216.18 -
System Red Green Blue C M Y K H S L
Decimal 248 77 44 0 0.69 0.82 0.03 9.71 0.94 0.57
Hex F8 4D 2C 0 45 52 3 A 5E 39
Octal 370 115 54 0 105 122 3 12 136 71
Binary 11111000 1001101 101100 0 1000101 1010010 11 1010 1011110 111001

Color Harmonies of #F84D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D2C

Black with #F84D2C

Text Example


Text Example

White with #F84D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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