Html Css Color HEX #F4341C Red Orange

📋 copy color: '#F4341C'

red 244 ◦ green 52 ◦ blue 28

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

Shades of Red Orange #F4341C

Tints of Red Orange #F4341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 75.31%
G = 16.05%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4341C (or 0xF4341C) is known color: Red Orange. HEX triplet: F4, 34 and 1C. RGB value is (244,52,28). Sum of RGB (Red+Green+Blue) = 244+52+28=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F4341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4341C is #0BCBE3. Grayscale: #6A6A6A. Windows color (decimal): -773092 or 1848564. OLE color: 1848564.

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

Color convert

RGB 244 52 28 -
CMYK 0 0.79 0.89 0.04
HSL 6.67º 0.91% 0.53% -
HSV(B) 6.67º 0.89% 0.96% -
XYZ 38.75 21.77 3.26 -
YUV 106.67 83.61 225.95 -
System Red Green Blue C M Y K H S L
Decimal 244 52 28 0 0.79 0.89 0.04 6.67 0.91 0.53
Hex F4 34 1C 0 4F 59 4 7 5B 35
Octal 364 64 34 0 117 131 4 7 133 65
Binary 11110100 110100 11100 0 1001111 1011001 100 111 1011011 110101

Color Harmonies of #F4341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4341C

Black with #F4341C

Text Example


Text Example

White with #F4341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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