Html Css Color HEX #F2362D Red Orange

📋 copy color: '#F2362D'

red 242 ◦ green 54 ◦ blue 45

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

Shades of Red Orange #F2362D

Tints of Red Orange #F2362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.2%

R = 70.97%
G = 15.84%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2362D (or 0xF2362D) is known color: Red Orange. HEX triplet: F2, 36 and 2D. RGB value is (242,54,45). Sum of RGB (Red+Green+Blue) = 242+54+45=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2362D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2362D is #0DC9D2. Grayscale: #6D6D6D. Windows color (decimal): -903635 or 2963186. OLE color: 2963186.

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

Color convert

RGB 242 54 45 -
CMYK 0 0.78 0.81 0.05
HSL 2.74º 0.88% 0.56% -
HSV(B) 2.74º 0.81% 0.95% -
XYZ 38.41 21.71 4.65 -
YUV 109.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 242 54 45 0 0.78 0.81 0.05 2.74 0.88 0.56
Hex F2 36 2D 0 4E 51 5 3 58 38
Octal 362 66 55 0 116 121 5 3 130 70
Binary 11110010 110110 101101 0 1001110 1010001 101 11 1011000 111000

Color Harmonies of #F2362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2362D

Black with #F2362D

Text Example


Text Example

White with #F2362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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