Html Css Color HEX #F2301C Red Orange

📋 copy color: '#F2301C'

red 242 ◦ green 48 ◦ blue 28

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

Shades of Red Orange #F2301C

Tints of Red Orange #F2301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 76.1%
G = 15.09%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2301C (or 0xF2301C) is known color: Red Orange. HEX triplet: F2, 30 and 1C. RGB value is (242,48,28). Sum of RGB (Red+Green+Blue) = 242+48+28=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F2301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2301C is #0DCFE3. Grayscale: #676767. Windows color (decimal): -905188 or 1847538. OLE color: 1847538.

HSL color Cylindrical-coordinate representation of color #F2301C: hue angle of 5.61º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2301C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 28 -
CMYK 0 0.80 0.88 0.05
HSL 5.61º 0.89% 0.53% -
HSV(B) 5.61º 0.88% 0.95% -
XYZ 37.88 21.07 3.17 -
YUV 103.73 85.27 226.63 -
System Red Green Blue C M Y K H S L
Decimal 242 48 28 0 0.80 0.88 0.05 5.61 0.89 0.53
Hex F2 30 1C 0 50 58 5 6 59 35
Octal 362 60 34 0 120 130 5 6 131 65
Binary 11110010 110000 11100 0 1010000 1011000 101 110 1011001 110101

Color Harmonies of #F2301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2301C

Black with #F2301C

Text Example


Text Example

White with #F2301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2301C; }

 p { color: rgb(242,48,28); }

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

background-color css

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

 a { background-color: rgb(242,48,28); }

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

border-color css

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

 span { border-color: rgb(242,48,28); }

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