Html Css Color HEX #F34918 Orange Red

📋 copy color: '#F34918'

red 243 ◦ green 73 ◦ blue 24

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

Shades of Orange Red #F34918

Tints of Orange Red #F34918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 24 (9.77% from 255) = 7.06%

R = 71.47%
G = 21.47%
B = 7.06%

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

#F34918 (or 0xF34918) is known color: Orange Red. HEX triplet: F3, 49 and 18. RGB value is (243,73,24). Sum of RGB (Red+Green+Blue) = 243+73+24=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F34918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34918 is #0CB6E7. Grayscale: #767676. Windows color (decimal): -833256 or 1591795. OLE color: 1591795.

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

Color convert

RGB 243 73 24 -
CMYK 0 0.70 0.90 0.05
HSL 13.42º 0.9% 0.52% -
HSV(B) 13.42º 0.9% 0.95% -
XYZ 39.51 23.89 3.39 -
YUV 118.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 243 73 24 0 0.70 0.90 0.05 13.42 0.9 0.52
Hex F3 49 18 0 46 5A 5 D 5A 34
Octal 363 111 30 0 106 132 5 15 132 64
Binary 11110011 1001001 11000 0 1000110 1011010 101 1101 1011010 110100

Color Harmonies of #F34918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34918

Black with #F34918

Text Example


Text Example

White with #F34918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34918; }

 p { color: rgb(243,73,24); }

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

background-color css

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

 a { background-color: rgb(243,73,24); }

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

border-color css

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

 span { border-color: rgb(243,73,24); }

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