Html Css Color HEX #F23A24 Red Orange

📋 copy color: '#F23A24'

red 242 ◦ green 58 ◦ blue 36

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

Shades of Red Orange #F23A24

Tints of Red Orange #F23A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 72.02%
G = 17.26%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F23A24 (or 0xF23A24) is known color: Red Orange. HEX triplet: F2, 3A and 24. RGB value is (242,58,36). Sum of RGB (Red+Green+Blue) = 242+58+36=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23A24 is #0DC5DB. Grayscale: #6E6E6E. Windows color (decimal): -902620 or 2374386. OLE color: 2374386.

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

Color convert

RGB 242 58 36 -
CMYK 0 0.76 0.85 0.05
HSL 6.41º 0.89% 0.55% -
HSV(B) 6.41º 0.85% 0.95% -
XYZ 38.45 22.03 3.89 -
YUV 110.51 85.96 221.79 -
System Red Green Blue C M Y K H S L
Decimal 242 58 36 0 0.76 0.85 0.05 6.41 0.89 0.55
Hex F2 3A 24 0 4C 55 5 6 59 37
Octal 362 72 44 0 114 125 5 6 131 67
Binary 11110010 111010 100100 0 1001100 1010101 101 110 1011001 110111

Color Harmonies of #F23A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23A24

Black with #F23A24

Text Example


Text Example

White with #F23A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23A24; }

 p { color: rgb(242,58,36); }

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

background-color css

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

 a { background-color: rgb(242,58,36); }

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

border-color css

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

 span { border-color: rgb(242,58,36); }

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