#F35A1E

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

Shades of Outrageous Orange #F35A1E

Tints of Outrageous Orange #F35A1E

Color information

#F35A1E (or 0xF35A1E) is unknown color: approx Outrageous Orange. HEX triplet: F3, 5A and 1E. RGB value is (243,90,30). Sum of RGB (Red+Green+Blue) = 243+90+30=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35A1E is #0CA5E1. Grayscale: #818181. Windows color (decimal): -828898 or 1989363. OLE color: 1989363.

HSL color Cylindrical-coordinate representation of color #F35A1E: hue angle of 16.9º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F35A1E is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB2439030-
CMYK00.630.880.05
HSL16.9º89.87%53.53%-
HSV(B)16.9º87.65%95.29%-
XYZ40.8526.464.18-
YUV128.9172.19209.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 66.94%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 30 (12.11% from 255) = 8.26%
R=66.94%
G=24.79%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243903000.630.880.0516.989.8753.53
HexF35A1E03F585115a36
Octal3631323607713052113266
Binary1111001110110101111001111111011000101100011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A1E; }

 p { color: rgb(243,90,30); }

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

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

 a { background-color: rgb(243,90,30); }

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

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

 span { border-color: rgb(243,90,30); }

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