Html Css Color HEX #F34114 Orange Red

📋 copy color: '#F34114'

red 243 ◦ green 65 ◦ blue 20

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

Shades of Orange Red #F34114

Tints of Orange Red #F34114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 74.09%
G = 19.82%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F34114 (or 0xF34114) is known color: Orange Red. HEX triplet: F3, 41 and 14. RGB value is (243,65,20). Sum of RGB (Red+Green+Blue) = 243+65+20=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F34114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34114 is #0CBEEB. Grayscale: #717171. Windows color (decimal): -835308 or 1327603. OLE color: 1327603.

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

Color convert

RGB 243 65 20 -
CMYK 0 0.73 0.92 0.05
HSL 12.11º 0.9% 0.52% -
HSV(B) 12.11º 0.92% 0.95% -
XYZ 38.98 22.89 3.02 -
YUV 113.09 75.47 220.66 -
System Red Green Blue C M Y K H S L
Decimal 243 65 20 0 0.73 0.92 0.05 12.11 0.9 0.52
Hex F3 41 14 0 49 5C 5 C 5A 34
Octal 363 101 24 0 111 134 5 14 132 64
Binary 11110011 1000001 10100 0 1001001 1011100 101 1100 1011010 110100

Color Harmonies of #F34114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34114

Black with #F34114

Text Example


Text Example

White with #F34114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34114; }

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

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

background-color css

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

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

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

border-color css

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

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

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