Html Css Color HEX #F23E2C Red Orange

📋 copy color: '#F23E2C'

red 242 ◦ green 62 ◦ blue 44

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

Shades of Red Orange #F23E2C

Tints of Red Orange #F23E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.82%

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 69.54%
G = 17.82%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F23E2C (or 0xF23E2C) is known color: Red Orange. HEX triplet: F2, 3E and 2C. RGB value is (242,62,44). Sum of RGB (Red+Green+Blue) = 242+62+44=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23E2C is #0DC1D3. Grayscale: #727272. Windows color (decimal): -901588 or 2899698. OLE color: 2899698.

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

Color convert

RGB 242 62 44 -
CMYK 0 0.74 0.82 0.05
HSL 5.45º 0.88% 0.56% -
HSV(B) 5.45º 0.82% 0.95% -
XYZ 38.8 22.5 4.68 -
YUV 113.77 88.63 219.46 -
System Red Green Blue C M Y K H S L
Decimal 242 62 44 0 0.74 0.82 0.05 5.45 0.88 0.56
Hex F2 3E 2C 0 4A 52 5 5 58 38
Octal 362 76 54 0 112 122 5 5 130 70
Binary 11110010 111110 101100 0 1001010 1010010 101 101 1011000 111000

Color Harmonies of #F23E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23E2C

Black with #F23E2C

Text Example


Text Example

White with #F23E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23E2C; }

 p { color: rgb(242,62,44); }

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

background-color css

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

 a { background-color: rgb(242,62,44); }

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

border-color css

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

 span { border-color: rgb(242,62,44); }

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