Html Css Color HEX #F34116 Orange Red

📋 copy color: '#F34116'

red 243 ◦ green 65 ◦ blue 22

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

Shades of Orange Red #F34116

Tints of Orange Red #F34116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 73.64%
G = 19.7%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F34116 (or 0xF34116) is known color: Orange Red. HEX triplet: F3, 41 and 16. RGB value is (243,65,22). Sum of RGB (Red+Green+Blue) = 243+65+22=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F34116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34116 is #0CBEE9. Grayscale: #717171. Windows color (decimal): -835306 or 1458675. OLE color: 1458675.

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

Color convert

RGB 243 65 22 -
CMYK 0 0.73 0.91 0.05
HSL 11.67º 0.9% 0.52% -
HSV(B) 11.67º 0.91% 0.95% -
XYZ 39 22.89 3.12 -
YUV 113.32 76.47 220.5 -
System Red Green Blue C M Y K H S L
Decimal 243 65 22 0 0.73 0.91 0.05 11.67 0.9 0.52
Hex F3 41 16 0 49 5B 5 C 5A 34
Octal 363 101 26 0 111 133 5 14 132 64
Binary 11110011 1000001 10110 0 1001001 1011011 101 1100 1011010 110100

Color Harmonies of #F34116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34116

Black with #F34116

Text Example


Text Example

White with #F34116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34116; }

 p { color: rgb(243,65,22); }

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

background-color css

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

 a { background-color: rgb(243,65,22); }

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

border-color css

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

 span { border-color: rgb(243,65,22); }

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