Html Css Color HEX #F23A2A Red Orange

📋 copy color: '#F23A2A'

red 242 ◦ green 58 ◦ blue 42

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

Shades of Red Orange #F23A2A

Tints of Red Orange #F23A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 70.76%
G = 16.96%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F23A2A (or 0xF23A2A) is known color: Red Orange. HEX triplet: F2, 3A and 2A. RGB value is (242,58,42). Sum of RGB (Red+Green+Blue) = 242+58+42=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23A2A is #0DC5D5. Grayscale: #6F6F6F. Windows color (decimal): -902614 or 2767602. OLE color: 2767602.

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

Color convert

RGB 242 58 42 -
CMYK 0 0.76 0.83 0.05
HSL 4.8º 0.88% 0.56% -
HSV(B) 4.8º 0.83% 0.95% -
XYZ 38.55 22.07 4.42 -
YUV 111.19 88.96 221.3 -
System Red Green Blue C M Y K H S L
Decimal 242 58 42 0 0.76 0.83 0.05 4.8 0.88 0.56
Hex F2 3A 2A 0 4C 53 5 5 58 38
Octal 362 72 52 0 114 123 5 5 130 70
Binary 11110010 111010 101010 0 1001100 1010011 101 101 1011000 111000

Color Harmonies of #F23A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23A2A

Black with #F23A2A

Text Example


Text Example

White with #F23A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23A2A; }

 p { color: rgb(242,58,42); }

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

background-color css

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

 a { background-color: rgb(242,58,42); }

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

border-color css

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

 span { border-color: rgb(242,58,42); }

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