Html Css Color HEX #F2301E Red Orange

📋 copy color: '#F2301E'

red 242 ◦ green 48 ◦ blue 30

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

Shades of Red Orange #F2301E

Tints of Red Orange #F2301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 75.63%
G = 15%
B = 9.38%

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

#F2301E (or 0xF2301E) is known color: Red Orange. HEX triplet: F2, 30 and 1E. RGB value is (242,48,30). Sum of RGB (Red+Green+Blue) = 242+48+30=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F2301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2301E is #0DCFE1. Grayscale: #686868. Windows color (decimal): -905186 or 1978610. OLE color: 1978610.

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

Color convert

RGB 242 48 30 -
CMYK 0 0.80 0.88 0.05
HSL 5.09º 0.89% 0.53% -
HSV(B) 5.09º 0.88% 0.95% -
XYZ 37.91 21.08 3.3 -
YUV 103.95 86.27 226.46 -
System Red Green Blue C M Y K H S L
Decimal 242 48 30 0 0.80 0.88 0.05 5.09 0.89 0.53
Hex F2 30 1E 0 50 58 5 5 59 35
Octal 362 60 36 0 120 130 5 5 131 65
Binary 11110010 110000 11110 0 1010000 1011000 101 101 1011001 110101

Color Harmonies of #F2301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2301E

Black with #F2301E

Text Example


Text Example

White with #F2301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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