Html Css Color HEX #F34103 Orange Red

📋 copy color: '#F34103'

red 243 ◦ green 65 ◦ blue 3

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

Shades of Orange Red #F34103

Tints of Orange Red #F34103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 78.14%
G = 20.9%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F34103 (or 0xF34103) is known color: Orange Red. HEX triplet: F3, 41 and 03. RGB value is (243,65,3). Sum of RGB (Red+Green+Blue) = 243+65+3=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F34103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34103 is #0CBEFC. Grayscale: #6F6F6F. Windows color (decimal): -835325 or 213491. OLE color: 213491.

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

Color convert

RGB 243 65 3 -
CMYK 0 0.73 0.99 0.05
HSL 15.5º 0.98% 0.48% -
HSV(B) 15.5º 0.99% 0.95% -
XYZ 38.87 22.84 2.45 -
YUV 111.15 66.97 222.04 -
System Red Green Blue C M Y K H S L
Decimal 243 65 3 0 0.73 0.99 0.05 15.5 0.98 0.48
Hex F3 41 3 0 49 63 5 10 62 30
Octal 363 101 3 0 111 143 5 20 142 60
Binary 11110011 1000001 11 0 1001001 1100011 101 10000 1100010 110000

Color Harmonies of #F34103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34103

Black with #F34103

Text Example


Text Example

White with #F34103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34103; }

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

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

background-color css

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

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

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

border-color css

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

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

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