Html Css Color HEX #F23123 Red Orange

📋 copy color: '#F23123'

red 242 ◦ green 49 ◦ blue 35

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

Shades of Red Orange #F23123

Tints of Red Orange #F23123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.03%

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

R = 74.23%
G = 15.03%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F23123 (or 0xF23123) is known color: Red Orange. HEX triplet: F2, 31 and 23. RGB value is (242,49,35). Sum of RGB (Red+Green+Blue) = 242+49+35=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F23123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23123 is #0DCEDC. Grayscale: #696969. Windows color (decimal): -904925 or 2306546. OLE color: 2306546.

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

Color convert

RGB 242 49 35 -
CMYK 0 0.80 0.86 0.05
HSL 4.06º 0.89% 0.54% -
HSV(B) 4.06º 0.86% 0.95% -
XYZ 38.02 21.2 3.68 -
YUV 105.11 88.44 225.64 -
System Red Green Blue C M Y K H S L
Decimal 242 49 35 0 0.80 0.86 0.05 4.06 0.89 0.54
Hex F2 31 23 0 50 56 5 4 59 36
Octal 362 61 43 0 120 126 5 4 131 66
Binary 11110010 110001 100011 0 1010000 1010110 101 100 1011001 110110

Color Harmonies of #F23123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23123

Black with #F23123

Text Example


Text Example

White with #F23123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23123; }

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

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

background-color css

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

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

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

border-color css

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

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

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