Html Css Color HEX #F34115 Orange Red

📋 copy color: '#F34115'

red 243 ◦ green 65 ◦ blue 21

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

Shades of Orange Red #F34115

Tints of Orange Red #F34115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 73.86%
G = 19.76%
B = 6.38%

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

#F34115 (or 0xF34115) is known color: Orange Red. HEX triplet: F3, 41 and 15. RGB value is (243,65,21). Sum of RGB (Red+Green+Blue) = 243+65+21=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F34115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34115 is #0CBEEA. Grayscale: #717171. Windows color (decimal): -835307 or 1393139. OLE color: 1393139.

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

Color convert

RGB 243 65 21 -
CMYK 0 0.73 0.91 0.05
HSL 11.89º 0.9% 0.52% -
HSV(B) 11.89º 0.91% 0.95% -
XYZ 38.99 22.89 3.07 -
YUV 113.21 75.97 220.58 -
System Red Green Blue C M Y K H S L
Decimal 243 65 21 0 0.73 0.91 0.05 11.89 0.9 0.52
Hex F3 41 15 0 49 5B 5 C 5A 34
Octal 363 101 25 0 111 133 5 14 132 64
Binary 11110011 1000001 10101 0 1001001 1011011 101 1100 1011010 110100

Color Harmonies of #F34115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34115

Black with #F34115

Text Example


Text Example

White with #F34115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34115; }

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

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

background-color css

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

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

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

border-color css

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

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

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