Html Css Color HEX #F23C36 Red Orange

📋 copy color: '#F23C36'

red 242 ◦ green 60 ◦ blue 54

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

Shades of Red Orange #F23C36

Tints of Red Orange #F23C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.85%

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 67.98%
G = 16.85%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F23C36 (or 0xF23C36) is known color: Red Orange. HEX triplet: F2, 3C and 36. RGB value is (242,60,54). Sum of RGB (Red+Green+Blue) = 242+60+54=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C36 is #0DC3C9. Grayscale: #717171. Windows color (decimal): -902090 or 3554546. OLE color: 3554546.

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

Color convert

RGB 242 60 54 -
CMYK 0 0.75 0.78 0.05
HSL 1.91º 0.88% 0.58% -
HSV(B) 1.91º 0.78% 0.95% -
XYZ 38.9 22.38 5.76 -
YUV 113.73 94.3 219.49 -
System Red Green Blue C M Y K H S L
Decimal 242 60 54 0 0.75 0.78 0.05 1.91 0.88 0.58
Hex F2 3C 36 0 4B 4E 5 2 58 3A
Octal 362 74 66 0 113 116 5 2 130 72
Binary 11110010 111100 110110 0 1001011 1001110 101 10 1011000 111010

Color Harmonies of #F23C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23C36

Black with #F23C36

Text Example


Text Example

White with #F23C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23C36; }

 p { color: rgb(242,60,54); }

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

background-color css

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

 a { background-color: rgb(242,60,54); }

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

border-color css

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

 span { border-color: rgb(242,60,54); }

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