Html Css Color HEX #F34318 Orange Red

📋 copy color: '#F34318'

red 243 ◦ green 67 ◦ blue 24

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

Shades of Orange Red #F34318

Tints of Orange Red #F34318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

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

R = 72.75%
G = 20.06%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F34318 (or 0xF34318) is known color: Orange Red. HEX triplet: F3, 43 and 18. RGB value is (243,67,24). Sum of RGB (Red+Green+Blue) = 243+67+24=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F34318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34318 is #0CBCE7. Grayscale: #737373. Windows color (decimal): -834792 or 1590259. OLE color: 1590259.

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

Color convert

RGB 243 67 24 -
CMYK 0 0.72 0.90 0.05
HSL 11.78º 0.9% 0.52% -
HSV(B) 11.78º 0.9% 0.95% -
XYZ 39.13 23.13 3.27 -
YUV 114.72 76.81 219.5 -
System Red Green Blue C M Y K H S L
Decimal 243 67 24 0 0.72 0.90 0.05 11.78 0.9 0.52
Hex F3 43 18 0 48 5A 5 C 5A 34
Octal 363 103 30 0 110 132 5 14 132 64
Binary 11110011 1000011 11000 0 1001000 1011010 101 1100 1011010 110100

Color Harmonies of #F34318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34318

Black with #F34318

Text Example


Text Example

White with #F34318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34318; }

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

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

background-color css

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

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

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

border-color css

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

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

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