#F34C35

Color #F34C35 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #F34C35

Tints of Sunset Orange #F34C35

Color information

#F34C35 (or 0xF34C35) is unknown color: approx Sunset Orange. HEX triplet: F3, 4C and 35. RGB value is (243,76,53). Sum of RGB (Red+Green+Blue) = 243+76+53=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34C35 is #0CB3CA. Grayscale: #7B7B7B. Windows color (decimal): -832459 or 3493107. OLE color: 3493107.

HSL color Cylindrical-coordinate representation of color #F34C35: hue angle of 7.26º 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 #F34C35 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB2437653-
CMYK00.690.780.05
HSL7.26º88.79%58.04%-
HSV(B)7.26º78.19%95.29%-
XYZ40.1924.485.98-
YUV123.3188.33213.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.32%
GREEN value IS 76 (30.08% from 255) = 20.43%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=65.32%
G=20.43%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243765300.690.780.057.2688.7958.04
HexF34C350454E57593a
Octal3631146501051165713172
Binary1111001110011001101010100010110011101011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34C35; }

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

 H1.HeaderClassName
 {
   color: #F34C35;
 }
 .AnyTagClassName
 {
   color: #F34C35;
 }
</style>
background-color css

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

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

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

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

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

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