Html Css Color HEX #F4301B Red Orange

📋 copy color: '#F4301B'

red 244 ◦ green 48 ◦ blue 27

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

Shades of Red Orange #F4301B

Tints of Red Orange #F4301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 76.49%
G = 15.05%
B = 8.46%

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

#F4301B (or 0xF4301B) is known color: Red Orange. HEX triplet: F4, 30 and 1B. RGB value is (244,48,27). Sum of RGB (Red+Green+Blue) = 244+48+27=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F4301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4301B is #0BCFE4. Grayscale: #686868. Windows color (decimal): -774117 or 1782004. OLE color: 1782004.

HSL color Cylindrical-coordinate representation of color #F4301B: hue angle of 5.81º 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 #F4301B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 48 27 -
CMYK 0 0.80 0.89 0.04
HSL 5.81º 0.91% 0.53% -
HSV(B) 5.81º 0.89% 0.96% -
XYZ 38.56 21.43 3.14 -
YUV 104.21 84.43 227.71 -
System Red Green Blue C M Y K H S L
Decimal 244 48 27 0 0.80 0.89 0.04 5.81 0.91 0.53
Hex F4 30 1B 0 50 59 4 6 5B 35
Octal 364 60 33 0 120 131 4 6 133 65
Binary 11110100 110000 11011 0 1010000 1011001 100 110 1011011 110101

Color Harmonies of #F4301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4301B

Black with #F4301B

Text Example


Text Example

White with #F4301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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