#F34E30

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

Shades of Sunset Orange #F34E30

Tints of Sunset Orange #F34E30

Color information

#F34E30 (or 0xF34E30) is unknown color: approx Sunset Orange. HEX triplet: F3, 4E and 30. RGB value is (243,78,48). Sum of RGB (Red+Green+Blue) = 243+78+48=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34E30 is #0CB1CF. Grayscale: #7C7C7C. Windows color (decimal): -831952 or 3165939. OLE color: 3165939.

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

Color convert

RGB2437848-
CMYK00.680.800.05
HSL9.23º89.04%57.06%-
HSV(B)9.23º80.25%95.29%-
XYZ40.2224.725.45-
YUV123.9185.16212.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.85%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=65.85%
G=21.14%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243784800.680.800.059.2389.0457.06
HexF34E3004450595939
Octal36311660010412051113171
Binary11110011100111011000001000100101000010110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34E30; }

 p { color: rgb(243,78,48); }

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

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

 a { background-color: rgb(243,78,48); }

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

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

 span { border-color: rgb(243,78,48); }

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