Html Css Color HEX #F34310 Orange Red

📋 copy color: '#F34310'

red 243 ◦ green 67 ◦ blue 16

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

Shades of Orange Red #F34310

Tints of Orange Red #F34310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 74.54%
G = 20.55%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F34310 (or 0xF34310) is known color: Orange Red. HEX triplet: F3, 43 and 10. RGB value is (243,67,16). Sum of RGB (Red+Green+Blue) = 243+67+16=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F34310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34310 is #0CBCEF. Grayscale: #727272. Windows color (decimal): -834800 or 1065971. OLE color: 1065971.

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

Color convert

RGB 243 67 16 -
CMYK 0 0.72 0.93 0.05
HSL 13.48º 0.9% 0.51% -
HSV(B) 13.48º 0.93% 0.95% -
XYZ 39.06 23.11 2.89 -
YUV 113.81 72.81 220.15 -
System Red Green Blue C M Y K H S L
Decimal 243 67 16 0 0.72 0.93 0.05 13.48 0.9 0.51
Hex F3 43 10 0 48 5D 5 D 5A 33
Octal 363 103 20 0 110 135 5 15 132 63
Binary 11110011 1000011 10000 0 1001000 1011101 101 1101 1011010 110011

Color Harmonies of #F34310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34310

Black with #F34310

Text Example


Text Example

White with #F34310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34310; }

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

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

background-color css

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

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

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

border-color css

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

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

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