Html Css Color HEX #F23320 Red Orange

📋 copy color: '#F23320'

red 242 ◦ green 51 ◦ blue 32

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

Shades of Red Orange #F23320

Tints of Red Orange #F23320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

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

R = 74.46%
G = 15.69%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F23320 (or 0xF23320) is known color: Red Orange. HEX triplet: F2, 33 and 20. RGB value is (242,51,32). Sum of RGB (Red+Green+Blue) = 242+51+32=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F23320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23320 is #0DCCDF. Grayscale: #6A6A6A. Windows color (decimal): -904416 or 2110450. OLE color: 2110450.

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

Color convert

RGB 242 51 32 -
CMYK 0 0.79 0.87 0.05
HSL 5.43º 0.89% 0.54% -
HSV(B) 5.43º 0.87% 0.95% -
XYZ 38.06 21.35 3.48 -
YUV 105.94 86.28 225.04 -
System Red Green Blue C M Y K H S L
Decimal 242 51 32 0 0.79 0.87 0.05 5.43 0.89 0.54
Hex F2 33 20 0 4F 57 5 5 59 36
Octal 362 63 40 0 117 127 5 5 131 66
Binary 11110010 110011 100000 0 1001111 1010111 101 101 1011001 110110

Color Harmonies of #F23320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23320

Black with #F23320

Text Example


Text Example

White with #F23320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23320; }

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

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

background-color css

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

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

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

border-color css

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

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

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