Html Css Color HEX #F84A2D Red Orange

📋 copy color: '#F84A2D'

red 248 ◦ green 74 ◦ blue 45

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

Shades of Red Orange #F84A2D

Tints of Red Orange #F84A2D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

 BLUE value IS 45 (17.97% from 255) = 12.26%

R = 67.57%
G = 20.16%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F84A2D (or 0xF84A2D) is known color: Red Orange. HEX triplet: F8, 4A and 2D. RGB value is (248,74,45). Sum of RGB (Red+Green+Blue) = 248+74+45=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84A2D is #07B5D2. Grayscale: #7B7B7B. Windows color (decimal): -505299 or 2968312. OLE color: 2968312.

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

Color convert

RGB 248 74 45 -
CMYK 0 0.70 0.82 0.03
HSL 8.57º 0.94% 0.57% -
HSV(B) 8.57º 0.82% 0.97% -
XYZ 41.63 25.04 5.12 -
YUV 122.72 84.15 217.36 -
System Red Green Blue C M Y K H S L
Decimal 248 74 45 0 0.70 0.82 0.03 8.57 0.94 0.57
Hex F8 4A 2D 0 46 52 3 9 5E 39
Octal 370 112 55 0 106 122 3 11 136 71
Binary 11111000 1001010 101101 0 1000110 1010010 11 1001 1011110 111001

Color Harmonies of #F84A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A2D

Black with #F84A2D

Text Example


Text Example

White with #F84A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A2D; }

 p { color: rgb(248,74,45); }

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

background-color css

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

 a { background-color: rgb(248,74,45); }

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

border-color css

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

 span { border-color: rgb(248,74,45); }

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