Html Css Color HEX #F2452C Red Orange

📋 copy color: '#F2452C'

red 242 ◦ green 69 ◦ blue 44

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

Shades of Red Orange #F2452C

Tints of Red Orange #F2452C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.44%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 68.17%
G = 19.44%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2452C (or 0xF2452C) is known color: Red Orange. HEX triplet: F2, 45 and 2C. RGB value is (242,69,44). Sum of RGB (Red+Green+Blue) = 242+69+44=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2452C is #0DBAD3. Grayscale: #767676. Windows color (decimal): -899796 or 2901490. OLE color: 2901490.

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

Color convert

RGB 242 69 44 -
CMYK 0 0.71 0.82 0.05
HSL 7.58º 0.88% 0.56% -
HSV(B) 7.58º 0.82% 0.95% -
XYZ 39.2 23.32 4.82 -
YUV 117.88 86.31 216.53 -
System Red Green Blue C M Y K H S L
Decimal 242 69 44 0 0.71 0.82 0.05 7.58 0.88 0.56
Hex F2 45 2C 0 47 52 5 8 58 38
Octal 362 105 54 0 107 122 5 10 130 70
Binary 11110010 1000101 101100 0 1000111 1010010 101 1000 1011000 111000

Color Harmonies of #F2452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2452C

Black with #F2452C

Text Example


Text Example

White with #F2452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2452C; }

 p { color: rgb(242,69,44); }

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

background-color css

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

 a { background-color: rgb(242,69,44); }

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

border-color css

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

 span { border-color: rgb(242,69,44); }

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