Html Css Color HEX #F23720 Red Orange

📋 copy color: '#F23720'

red 242 ◦ green 55 ◦ blue 32

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

Shades of Red Orange #F23720

Tints of Red Orange #F23720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 73.56%
G = 16.72%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F23720 (or 0xF23720) is known color: Red Orange. HEX triplet: F2, 37 and 20. RGB value is (242,55,32). Sum of RGB (Red+Green+Blue) = 242+55+32=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F23720 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23720 is #0DC8DF. Grayscale: #6C6C6C. Windows color (decimal): -903392 or 2111474. OLE color: 2111474.

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

Color convert

RGB 242 55 32 -
CMYK 0 0.77 0.87 0.05
HSL 6.57º 0.89% 0.54% -
HSV(B) 6.57º 0.87% 0.95% -
XYZ 38.24 21.71 3.54 -
YUV 108.29 84.95 223.37 -
System Red Green Blue C M Y K H S L
Decimal 242 55 32 0 0.77 0.87 0.05 6.57 0.89 0.54
Hex F2 37 20 0 4D 57 5 7 59 36
Octal 362 67 40 0 115 127 5 7 131 66
Binary 11110010 110111 100000 0 1001101 1010111 101 111 1011001 110110

Color Harmonies of #F23720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23720

Black with #F23720

Text Example


Text Example

White with #F23720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23720; }

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

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

background-color css

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

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

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

border-color css

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

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

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