Html Css Color HEX #F23920 Red Orange

📋 copy color: '#F23920'

red 242 ◦ green 57 ◦ blue 32

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

Shades of Red Orange #F23920

Tints of Red Orange #F23920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

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

R = 73.11%
G = 17.22%
B = 9.67%

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

#F23920 (or 0xF23920) is known color: Red Orange. HEX triplet: F2, 39 and 20. RGB value is (242,57,32). Sum of RGB (Red+Green+Blue) = 242+57+32=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F23920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23920 is #0DC6DF. Grayscale: #6D6D6D. Windows color (decimal): -902880 or 2111986. OLE color: 2111986.

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

Color convert

RGB 242 57 32 -
CMYK 0 0.76 0.87 0.05
HSL 7.14º 0.89% 0.54% -
HSV(B) 7.14º 0.87% 0.95% -
XYZ 38.34 21.91 3.57 -
YUV 109.47 84.29 222.53 -
System Red Green Blue C M Y K H S L
Decimal 242 57 32 0 0.76 0.87 0.05 7.14 0.89 0.54
Hex F2 39 20 0 4C 57 5 7 59 36
Octal 362 71 40 0 114 127 5 7 131 66
Binary 11110010 111001 100000 0 1001100 1010111 101 111 1011001 110110

Color Harmonies of #F23920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23920

Black with #F23920

Text Example


Text Example

White with #F23920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23920; }

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

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

background-color css

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

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

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

border-color css

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

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

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