Html Css Color HEX #F23520 Red Orange

📋 copy color: '#F23520'

red 242 ◦ green 53 ◦ blue 32

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

Shades of Red Orange #F23520

Tints of Red Orange #F23520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

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

R = 74.01%
G = 16.21%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F23520 (or 0xF23520) is known color: Red Orange. HEX triplet: F2, 35 and 20. RGB value is (242,53,32). Sum of RGB (Red+Green+Blue) = 242+53+32=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F23520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23520 is #0DCADF. Grayscale: #6B6B6B. Windows color (decimal): -903904 or 2110962. OLE color: 2110962.

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

Color convert

RGB 242 53 32 -
CMYK 0 0.78 0.87 0.05
HSL 0.89% 0.54% -
HSV(B) 0.87% 0.95% -
XYZ 38.15 21.53 3.51 -
YUV 107.12 85.62 224.21 -
System Red Green Blue C M Y K H S L
Decimal 242 53 32 0 0.78 0.87 0.05 6 0.89 0.54
Hex F2 35 20 0 4E 57 5 6 59 36
Octal 362 65 40 0 116 127 5 6 131 66
Binary 11110010 110101 100000 0 1001110 1010111 101 110 1011001 110110

Color Harmonies of #F23520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23520

Black with #F23520

Text Example


Text Example

White with #F23520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23520; }

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

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

background-color css

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

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

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

border-color css

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

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

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