Html Css Color HEX #F23528 Red Orange

📋 copy color: '#F23528'

red 242 ◦ green 53 ◦ blue 40

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

Shades of Red Orange #F23528

Tints of Red Orange #F23528

RGB

 RED value IS 242 (94.92% from 255) = 72.24%

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 40 (16.02% from 255) = 11.94%

R = 72.24%
G = 15.82%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F23528 (or 0xF23528) is known color: Red Orange. HEX triplet: F2, 35 and 28. RGB value is (242,53,40). Sum of RGB (Red+Green+Blue) = 242+53+40=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F23528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23528 is #0DCAD7. Grayscale: #6C6C6C. Windows color (decimal): -903896 or 2635250. OLE color: 2635250.

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

Color convert

RGB 242 53 40 -
CMYK 0 0.78 0.83 0.05
HSL 3.86º 0.89% 0.55% -
HSV(B) 3.86º 0.83% 0.95% -
XYZ 38.27 21.58 4.15 -
YUV 108.03 89.62 223.56 -
System Red Green Blue C M Y K H S L
Decimal 242 53 40 0 0.78 0.83 0.05 3.86 0.89 0.55
Hex F2 35 28 0 4E 53 5 4 59 37
Octal 362 65 50 0 116 123 5 4 131 67
Binary 11110010 110101 101000 0 1001110 1010011 101 100 1011001 110111

Color Harmonies of #F23528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23528

Black with #F23528

Text Example


Text Example

White with #F23528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23528; }

 p { color: rgb(242,53,40); }

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

background-color css

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

 a { background-color: rgb(242,53,40); }

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

border-color css

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

 span { border-color: rgb(242,53,40); }

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