Html Css Color HEX #F4302E Red Orange

📋 copy color: '#F4302E'

red 244 ◦ green 48 ◦ blue 46

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

Shades of Red Orange #F4302E

Tints of Red Orange #F4302E

RGB

 RED value IS 244 (95.7% from 255) = 72.19%

 GREEN value IS 48 (19.14% from 255) = 14.2%

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 72.19%
G = 14.2%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4302E (or 0xF4302E) is known color: Red Orange. HEX triplet: F4, 30 and 2E. RGB value is (244,48,46). Sum of RGB (Red+Green+Blue) = 244+48+46=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F4302E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4302E is #0BCFD1. Grayscale: #6A6A6A. Windows color (decimal): -774098 or 3027188. OLE color: 3027188.

HSL color Cylindrical-coordinate representation of color #F4302E: hue angle of 0.61º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4302E is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 48 46 -
CMYK 0 0.80 0.81 0.04
HSL 0.61º 0.9% 0.57% -
HSV(B) 0.61º 0.81% 0.96% -
XYZ 38.86 21.54 4.7 -
YUV 106.38 93.93 226.16 -
System Red Green Blue C M Y K H S L
Decimal 244 48 46 0 0.80 0.81 0.04 0.61 0.9 0.57
Hex F4 30 2E 0 50 51 4 1 5A 39
Octal 364 60 56 0 120 121 4 1 132 71
Binary 11110100 110000 101110 0 1010000 1010001 100 1 1011010 111001

Color Harmonies of #F4302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4302E

Black with #F4302E

Text Example


Text Example

White with #F4302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4302E; }

 p { color: rgb(244,48,46); }

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

background-color css

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

 a { background-color: rgb(244,48,46); }

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

border-color css

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

 span { border-color: rgb(244,48,46); }

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