Html Css Color HEX #F23F36 Red Orange

📋 copy color: '#F23F36'

red 242 ◦ green 63 ◦ blue 54

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

Shades of Red Orange #F23F36

Tints of Red Orange #F23F36

RGB

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

 GREEN value IS 63 (25% from 255) = 17.55%

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

R = 67.41%
G = 17.55%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F23F36 (or 0xF23F36) is known color: Red Orange. HEX triplet: F2, 3F and 36. RGB value is (242,63,54). Sum of RGB (Red+Green+Blue) = 242+63+54=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F36 is #0DC0C9. Grayscale: #737373. Windows color (decimal): -901322 or 3555314. OLE color: 3555314.

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

Color convert

RGB 242 63 54 -
CMYK 0 0.74 0.78 0.05
HSL 2.87º 0.88% 0.58% -
HSV(B) 2.87º 0.78% 0.95% -
XYZ 39.06 22.7 5.81 -
YUV 115.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 242 63 54 0 0.74 0.78 0.05 2.87 0.88 0.58
Hex F2 3F 36 0 4A 4E 5 3 58 3A
Octal 362 77 66 0 112 116 5 3 130 72
Binary 11110010 111111 110110 0 1001010 1001110 101 11 1011000 111010

Color Harmonies of #F23F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F36

Black with #F23F36

Text Example


Text Example

White with #F23F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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