Html Css Color HEX #F34218 Orange Red

📋 copy color: '#F34218'

red 243 ◦ green 66 ◦ blue 24

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

Shades of Orange Red #F34218

Tints of Orange Red #F34218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 72.97%
G = 19.82%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F34218 (or 0xF34218) is known color: Orange Red. HEX triplet: F3, 42 and 18. RGB value is (243,66,24). Sum of RGB (Red+Green+Blue) = 243+66+24=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F34218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34218 is #0CBDE7. Grayscale: #727272. Windows color (decimal): -835048 or 1590003. OLE color: 1590003.

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

Color convert

RGB 243 66 24 -
CMYK 0 0.73 0.90 0.05
HSL 11.51º 0.9% 0.52% -
HSV(B) 11.51º 0.9% 0.95% -
XYZ 39.08 23.02 3.25 -
YUV 114.14 77.14 219.92 -
System Red Green Blue C M Y K H S L
Decimal 243 66 24 0 0.73 0.90 0.05 11.51 0.9 0.52
Hex F3 42 18 0 49 5A 5 C 5A 34
Octal 363 102 30 0 111 132 5 14 132 64
Binary 11110011 1000010 11000 0 1001001 1011010 101 1100 1011010 110100

Color Harmonies of #F34218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34218

Black with #F34218

Text Example


Text Example

White with #F34218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34218; }

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

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

background-color css

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

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

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

border-color css

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

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

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