Html Css Color HEX #F84A2C Red Orange

📋 copy color: '#F84A2C'

red 248 ◦ green 74 ◦ blue 44

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

Shades of Red Orange #F84A2C

Tints of Red Orange #F84A2C

RGB

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

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

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

R = 67.76%
G = 20.22%
B = 12.02%

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

#F84A2C (or 0xF84A2C) is known color: Red Orange. HEX triplet: F8, 4A and 2C. RGB value is (248,74,44). Sum of RGB (Red+Green+Blue) = 248+74+44=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84A2C is #07B5D3. Grayscale: #7A7A7A. Windows color (decimal): -505300 or 2902776. OLE color: 2902776.

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

Color convert

RGB 248 74 44 -
CMYK 0 0.70 0.82 0.03
HSL 8.82º 0.94% 0.57% -
HSV(B) 8.82º 0.82% 0.97% -
XYZ 41.61 25.04 5.02 -
YUV 122.61 83.65 217.44 -
System Red Green Blue C M Y K H S L
Decimal 248 74 44 0 0.70 0.82 0.03 8.82 0.94 0.57
Hex F8 4A 2C 0 46 52 3 9 5E 39
Octal 370 112 54 0 106 122 3 11 136 71
Binary 11111000 1001010 101100 0 1000110 1010010 11 1001 1011110 111001

Color Harmonies of #F84A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A2C

Black with #F84A2C

Text Example


Text Example

White with #F84A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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