Html Css Color HEX #F23824 Red Orange

📋 copy color: '#F23824'

red 242 ◦ green 56 ◦ blue 36

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

Shades of Red Orange #F23824

Tints of Red Orange #F23824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 72.46%
G = 16.77%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F23824 (or 0xF23824) is known color: Red Orange. HEX triplet: F2, 38 and 24. RGB value is (242,56,36). Sum of RGB (Red+Green+Blue) = 242+56+36=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F23824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23824 is #0DC7DB. Grayscale: #6D6D6D. Windows color (decimal): -903132 or 2373874. OLE color: 2373874.

HSL color Cylindrical-coordinate representation of color #F23824: hue angle of 5.83º 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 #F23824 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 56 36 -
CMYK 0 0.77 0.85 0.05
HSL 5.83º 0.89% 0.55% -
HSV(B) 5.83º 0.85% 0.95% -
XYZ 38.35 21.83 3.86 -
YUV 109.33 86.62 222.63 -
System Red Green Blue C M Y K H S L
Decimal 242 56 36 0 0.77 0.85 0.05 5.83 0.89 0.55
Hex F2 38 24 0 4D 55 5 6 59 37
Octal 362 70 44 0 115 125 5 6 131 67
Binary 11110010 111000 100100 0 1001101 1010101 101 110 1011001 110111

Color Harmonies of #F23824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23824

Black with #F23824

Text Example


Text Example

White with #F23824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23824; }

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

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

background-color css

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

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

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

border-color css

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

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

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