Html Css Color HEX #F34032 Red Orange

📋 copy color: '#F34032'

red 243 ◦ green 64 ◦ blue 50

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

Shades of Red Orange #F34032

Tints of Red Orange #F34032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 68.07%
G = 17.93%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F34032 (or 0xF34032) is known color: Red Orange. HEX triplet: F3, 40 and 32. RGB value is (243,64,50). Sum of RGB (Red+Green+Blue) = 243+64+50=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F34032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34032 is #0CBFCD. Grayscale: #747474. Windows color (decimal): -835534 or 3293427. OLE color: 3293427.

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

Color convert

RGB 243 64 50 -
CMYK 0 0.74 0.79 0.05
HSL 4.35º 0.89% 0.57% -
HSV(B) 4.35º 0.79% 0.95% -
XYZ 39.37 22.95 5.37 -
YUV 115.93 90.8 218.64 -
System Red Green Blue C M Y K H S L
Decimal 243 64 50 0 0.74 0.79 0.05 4.35 0.89 0.57
Hex F3 40 32 0 4A 4F 5 4 59 39
Octal 363 100 62 0 112 117 5 4 131 71
Binary 11110011 1000000 110010 0 1001010 1001111 101 100 1011001 111001

Color Harmonies of #F34032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34032

Black with #F34032

Text Example


Text Example

White with #F34032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34032; }

 p { color: rgb(243,64,50); }

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

background-color css

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

 a { background-color: rgb(243,64,50); }

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

border-color css

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

 span { border-color: rgb(243,64,50); }

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