Html Css Color HEX #F2352A Red Orange

📋 copy color: '#F2352A'

red 242 ◦ green 53 ◦ blue 42

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

Shades of Red Orange #F2352A

Tints of Red Orange #F2352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 71.81%
G = 15.73%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2352A (or 0xF2352A) is known color: Red Orange. HEX triplet: F2, 35 and 2A. RGB value is (242,53,42). Sum of RGB (Red+Green+Blue) = 242+53+42=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2352A is #0DCAD5. Grayscale: #6C6C6C. Windows color (decimal): -903894 or 2766322. OLE color: 2766322.

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

Color convert

RGB 242 53 42 -
CMYK 0 0.78 0.83 0.05
HSL 3.3º 0.88% 0.56% -
HSV(B) 3.3º 0.83% 0.95% -
XYZ 38.31 21.59 4.34 -
YUV 108.26 90.62 223.39 -
System Red Green Blue C M Y K H S L
Decimal 242 53 42 0 0.78 0.83 0.05 3.3 0.88 0.56
Hex F2 35 2A 0 4E 53 5 3 58 38
Octal 362 65 52 0 116 123 5 3 130 70
Binary 11110010 110101 101010 0 1001110 1010011 101 11 1011000 111000

Color Harmonies of #F2352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2352A

Black with #F2352A

Text Example


Text Example

White with #F2352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2352A; }

 p { color: rgb(242,53,42); }

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

background-color css

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

 a { background-color: rgb(242,53,42); }

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

border-color css

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

 span { border-color: rgb(242,53,42); }

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