Html Css Color HEX #F23A20 Red Orange

📋 copy color: '#F23A20'

red 242 ◦ green 58 ◦ blue 32

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

Shades of Red Orange #F23A20

Tints of Red Orange #F23A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.64%

R = 72.89%
G = 17.47%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F23A20 (or 0xF23A20) is known color: Red Orange. HEX triplet: F2, 3A and 20. RGB value is (242,58,32). Sum of RGB (Red+Green+Blue) = 242+58+32=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23A20 is #0DC5DF. Grayscale: #6E6E6E. Windows color (decimal): -902624 or 2112242. OLE color: 2112242.

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

Color convert

RGB 242 58 32 -
CMYK 0 0.76 0.87 0.05
HSL 7.43º 0.89% 0.54% -
HSV(B) 7.43º 0.87% 0.95% -
XYZ 38.39 22.01 3.59 -
YUV 110.05 83.96 222.11 -
System Red Green Blue C M Y K H S L
Decimal 242 58 32 0 0.76 0.87 0.05 7.43 0.89 0.54
Hex F2 3A 20 0 4C 57 5 7 59 36
Octal 362 72 40 0 114 127 5 7 131 66
Binary 11110010 111010 100000 0 1001100 1010111 101 111 1011001 110110

Color Harmonies of #F23A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23A20

Black with #F23A20

Text Example


Text Example

White with #F23A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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