Html Css Color HEX #F34123 Red Orange

📋 copy color: '#F34123'

red 243 ◦ green 65 ◦ blue 35

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

Shades of Red Orange #F34123

Tints of Red Orange #F34123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.2%

R = 70.85%
G = 18.95%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F34123 (or 0xF34123) is known color: Red Orange. HEX triplet: F3, 41 and 23. RGB value is (243,65,35). Sum of RGB (Red+Green+Blue) = 243+65+35=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F34123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34123 is #0CBEDC. Grayscale: #737373. Windows color (decimal): -835293 or 2310643. OLE color: 2310643.

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

Color convert

RGB 243 65 35 -
CMYK 0 0.73 0.86 0.05
HSL 8.65º 0.9% 0.55% -
HSV(B) 8.65º 0.86% 0.95% -
XYZ 39.16 22.96 3.96 -
YUV 114.8 82.97 219.44 -
System Red Green Blue C M Y K H S L
Decimal 243 65 35 0 0.73 0.86 0.05 8.65 0.9 0.55
Hex F3 41 23 0 49 56 5 9 5A 37
Octal 363 101 43 0 111 126 5 11 132 67
Binary 11110011 1000001 100011 0 1001001 1010110 101 1001 1011010 110111

Color Harmonies of #F34123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34123

Black with #F34123

Text Example


Text Example

White with #F34123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34123; }

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

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

background-color css

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

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

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

border-color css

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

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

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