Html Css Color HEX #F4301C Red Orange

📋 copy color: '#F4301C'

red 244 ◦ green 48 ◦ blue 28

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

Shades of Red Orange #F4301C

Tints of Red Orange #F4301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 76.25%
G = 15%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4301C (or 0xF4301C) is known color: Red Orange. HEX triplet: F4, 30 and 1C. RGB value is (244,48,28). Sum of RGB (Red+Green+Blue) = 244+48+28=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F4301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4301C is #0BCFE3. Grayscale: #686868. Windows color (decimal): -774116 or 1847540. OLE color: 1847540.

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

Color convert

RGB 244 48 28 -
CMYK 0 0.80 0.89 0.04
HSL 5.56º 0.91% 0.53% -
HSV(B) 5.56º 0.89% 0.96% -
XYZ 38.57 21.43 3.2 -
YUV 104.32 84.93 227.63 -
System Red Green Blue C M Y K H S L
Decimal 244 48 28 0 0.80 0.89 0.04 5.56 0.91 0.53
Hex F4 30 1C 0 50 59 4 6 5B 35
Octal 364 60 34 0 120 131 4 6 133 65
Binary 11110100 110000 11100 0 1010000 1011001 100 110 1011011 110101

Color Harmonies of #F4301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4301C

Black with #F4301C

Text Example


Text Example

White with #F4301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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