Html Css Color HEX #F34819 Orange Red

📋 copy color: '#F34819'

red 243 ◦ green 72 ◦ blue 25

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

Shades of Orange Red #F34819

Tints of Orange Red #F34819

RGB

 RED value IS 243 (95.31% from 255) = 71.47%

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 25 (10.16% from 255) = 7.35%

R = 71.47%
G = 21.18%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F34819 (or 0xF34819) is known color: Orange Red. HEX triplet: F3, 48 and 19. RGB value is (243,72,25). Sum of RGB (Red+Green+Blue) = 243+72+25=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F34819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34819 is #0CB7E6. Grayscale: #767676. Windows color (decimal): -833511 or 1657075. OLE color: 1657075.

HSL color Cylindrical-coordinate representation of color #F34819: hue angle of 12.94º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F34819 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 72 25 -
CMYK 0 0.70 0.90 0.05
HSL 12.94º 0.9% 0.53% -
HSV(B) 12.94º 0.9% 0.95% -
XYZ 39.45 23.76 3.43 -
YUV 117.77 75.65 217.32 -
System Red Green Blue C M Y K H S L
Decimal 243 72 25 0 0.70 0.90 0.05 12.94 0.9 0.53
Hex F3 48 19 0 46 5A 5 D 5A 35
Octal 363 110 31 0 106 132 5 15 132 65
Binary 11110011 1001000 11001 0 1000110 1011010 101 1101 1011010 110101

Color Harmonies of #F34819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34819

Black with #F34819

Text Example


Text Example

White with #F34819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34819; }

 p { color: rgb(243,72,25); }

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

background-color css

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

 a { background-color: rgb(243,72,25); }

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

border-color css

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

 span { border-color: rgb(243,72,25); }

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