Html Css Color HEX #F34818 Orange Red

📋 copy color: '#F34818'

red 243 ◦ green 72 ◦ blue 24

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

Shades of Orange Red #F34818

Tints of Orange Red #F34818

RGB

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

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

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

R = 71.68%
G = 21.24%
B = 7.08%

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

#F34818 (or 0xF34818) is known color: Orange Red. HEX triplet: F3, 48 and 18. RGB value is (243,72,24). Sum of RGB (Red+Green+Blue) = 243+72+24=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F34818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34818 is #0CB7E7. Grayscale: #767676. Windows color (decimal): -833512 or 1591539. OLE color: 1591539.

HSL color Cylindrical-coordinate representation of color #F34818: hue angle of 13.15º 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 #F34818 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 72 24 -
CMYK 0 0.70 0.90 0.05
HSL 13.15º 0.9% 0.52% -
HSV(B) 13.15º 0.9% 0.95% -
XYZ 39.44 23.76 3.37 -
YUV 117.66 75.15 217.4 -
System Red Green Blue C M Y K H S L
Decimal 243 72 24 0 0.70 0.90 0.05 13.15 0.9 0.52
Hex F3 48 18 0 46 5A 5 D 5A 34
Octal 363 110 30 0 106 132 5 15 132 64
Binary 11110011 1001000 11000 0 1000110 1011010 101 1101 1011010 110100

Color Harmonies of #F34818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34818

Black with #F34818

Text Example


Text Example

White with #F34818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34818; }

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

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

background-color css

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

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

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

border-color css

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

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

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