Html Css Color HEX #F23620 Red Orange

📋 copy color: '#F23620'

red 242 ◦ green 54 ◦ blue 32

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

Shades of Red Orange #F23620

Tints of Red Orange #F23620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

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

R = 73.78%
G = 16.46%
B = 9.76%

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

#F23620 (or 0xF23620) is known color: Red Orange. HEX triplet: F2, 36 and 20. RGB value is (242,54,32). Sum of RGB (Red+Green+Blue) = 242+54+32=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F23620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23620 is #0DC9DF. Grayscale: #6B6B6B. Windows color (decimal): -903648 or 2111218. OLE color: 2111218.

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

Color convert

RGB 242 54 32 -
CMYK 0 0.78 0.87 0.05
HSL 6.29º 0.89% 0.54% -
HSV(B) 6.29º 0.87% 0.95% -
XYZ 38.2 21.62 3.53 -
YUV 107.7 85.28 223.79 -
System Red Green Blue C M Y K H S L
Decimal 242 54 32 0 0.78 0.87 0.05 6.29 0.89 0.54
Hex F2 36 20 0 4E 57 5 6 59 36
Octal 362 66 40 0 116 127 5 6 131 66
Binary 11110010 110110 100000 0 1001110 1010111 101 110 1011001 110110

Color Harmonies of #F23620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23620

Black with #F23620

Text Example


Text Example

White with #F23620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23620; }

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

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

background-color css

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

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

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

border-color css

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

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

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