Html Css Color HEX #F34515 Orange Red

📋 copy color: '#F34515'

red 243 ◦ green 69 ◦ blue 21

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

Shades of Orange Red #F34515

Tints of Orange Red #F34515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 72.97%
G = 20.72%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F34515 (or 0xF34515) is known color: Orange Red. HEX triplet: F3, 45 and 15. RGB value is (243,69,21). Sum of RGB (Red+Green+Blue) = 243+69+21=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F34515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34515 is #0CBAEA. Grayscale: #737373. Windows color (decimal): -834283 or 1394163. OLE color: 1394163.

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

Color convert

RGB 243 69 21 -
CMYK 0 0.72 0.91 0.05
HSL 12.97º 0.9% 0.52% -
HSV(B) 12.97º 0.91% 0.95% -
XYZ 39.23 23.37 3.15 -
YUV 115.55 74.65 218.9 -
System Red Green Blue C M Y K H S L
Decimal 243 69 21 0 0.72 0.91 0.05 12.97 0.9 0.52
Hex F3 45 15 0 48 5B 5 D 5A 34
Octal 363 105 25 0 110 133 5 15 132 64
Binary 11110011 1000101 10101 0 1001000 1011011 101 1101 1011010 110100

Color Harmonies of #F34515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34515

Black with #F34515

Text Example


Text Example

White with #F34515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34515; }

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

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

background-color css

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

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

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

border-color css

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

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

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