Html Css Color HEX #F34128 Red Orange

📋 copy color: '#F34128'

red 243 ◦ green 65 ◦ blue 40

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

Shades of Red Orange #F34128

Tints of Red Orange #F34128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 69.83%
G = 18.68%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F34128 (or 0xF34128) is known color: Red Orange. HEX triplet: F3, 41 and 28. RGB value is (243,65,40). Sum of RGB (Red+Green+Blue) = 243+65+40=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F34128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34128 is #0CBED7. Grayscale: #737373. Windows color (decimal): -835288 or 2638323. OLE color: 2638323.

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

Color convert

RGB 243 65 40 -
CMYK 0 0.73 0.84 0.05
HSL 7.39º 0.89% 0.55% -
HSV(B) 7.39º 0.84% 0.95% -
XYZ 39.24 22.99 4.38 -
YUV 115.37 85.47 219.03 -
System Red Green Blue C M Y K H S L
Decimal 243 65 40 0 0.73 0.84 0.05 7.39 0.89 0.55
Hex F3 41 28 0 49 54 5 7 59 37
Octal 363 101 50 0 111 124 5 7 131 67
Binary 11110011 1000001 101000 0 1001001 1010100 101 111 1011001 110111

Color Harmonies of #F34128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34128

Black with #F34128

Text Example


Text Example

White with #F34128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34128; }

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

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

background-color css

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

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

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

border-color css

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

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

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