Html Css Color HEX #F24323 Red Orange

📋 copy color: '#F24323'

red 242 ◦ green 67 ◦ blue 35

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

Shades of Red Orange #F24323

Tints of Red Orange #F24323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.48%

 BLUE value IS 35 (14.06% from 255) = 10.17%

R = 70.35%
G = 19.48%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F24323 (or 0xF24323) is known color: Red Orange. HEX triplet: F2, 43 and 23. RGB value is (242,67,35). Sum of RGB (Red+Green+Blue) = 242+67+35=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F24323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24323 is #0DBCDC. Grayscale: #737373. Windows color (decimal): -900317 or 2311154. OLE color: 2311154.

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

Color convert

RGB 242 67 35 -
CMYK 0 0.72 0.86 0.05
HSL 9.28º 0.89% 0.54% -
HSV(B) 9.28º 0.86% 0.95% -
XYZ 38.93 23.01 3.98 -
YUV 115.68 82.48 218.1 -
System Red Green Blue C M Y K H S L
Decimal 242 67 35 0 0.72 0.86 0.05 9.28 0.89 0.54
Hex F2 43 23 0 48 56 5 9 59 36
Octal 362 103 43 0 110 126 5 11 131 66
Binary 11110010 1000011 100011 0 1001000 1010110 101 1001 1011001 110110

Color Harmonies of #F24323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24323

Black with #F24323

Text Example


Text Example

White with #F24323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24323; }

 p { color: rgb(242,67,35); }

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

background-color css

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

 a { background-color: rgb(242,67,35); }

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

border-color css

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

 span { border-color: rgb(242,67,35); }

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