Html Css Color HEX #F34035 Red Orange

📋 copy color: '#F34035'

red 243 ◦ green 64 ◦ blue 53

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

Shades of Red Orange #F34035

Tints of Red Orange #F34035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 67.5%
G = 17.78%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F34035 (or 0xF34035) is known color: Red Orange. HEX triplet: F3, 40 and 35. RGB value is (243,64,53). Sum of RGB (Red+Green+Blue) = 243+64+53=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F34035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34035 is #0CBFCA. Grayscale: #747474. Windows color (decimal): -835531 or 3490035. OLE color: 3490035.

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

Color convert

RGB 243 64 53 -
CMYK 0 0.74 0.78 0.05
HSL 3.47º 0.89% 0.58% -
HSV(B) 3.47º 0.78% 0.95% -
XYZ 39.44 22.98 5.72 -
YUV 116.27 92.3 218.39 -
System Red Green Blue C M Y K H S L
Decimal 243 64 53 0 0.74 0.78 0.05 3.47 0.89 0.58
Hex F3 40 35 0 4A 4E 5 3 59 3A
Octal 363 100 65 0 112 116 5 3 131 72
Binary 11110011 1000000 110101 0 1001010 1001110 101 11 1011001 111010

Color Harmonies of #F34035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34035

Black with #F34035

Text Example


Text Example

White with #F34035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34035; }

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

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

background-color css

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

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

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

border-color css

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

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

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