#F23D1A

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

Shades of Red Orange #F23D1A

Tints of Red Orange #F23D1A

Color information

#F23D1A (or 0xF23D1A) is unknown color: approx Red Orange. HEX triplet: F2, 3D and 1A. RGB value is (242,61,26). Sum of RGB (Red+Green+Blue) = 242+61+26=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D1A is #0DC2E5. Grayscale: #6F6F6F. Windows color (decimal): -901862 or 1719794. OLE color: 1719794.

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

Color convert

RGB2426126-
CMYK00.750.890.05
HSL9.72º89.26%52.55%-
HSV(B)9.72º89.26%94.9%-
XYZ38.4722.293.25-
YUV111.1379.97221.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 73.56%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 26 (10.55% from 255) = 7.90%
R=73.56%
G=18.54%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242612600.750.890.059.7289.2652.55
HexF23D1A04B595a5935
Octal3627532011313151213165
Binary111100101111011101001001011101100110110101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23D1A; }

 p { color: rgb(242,61,26); }

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

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

 a { background-color: rgb(242,61,26); }

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

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

 span { border-color: rgb(242,61,26); }

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