Html Css Color HEX #F2412D Red Orange

📋 copy color: '#F2412D'

red 242 ◦ green 65 ◦ blue 45

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

Shades of Red Orange #F2412D

Tints of Red Orange #F2412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

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

R = 68.75%
G = 18.47%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2412D (or 0xF2412D) is known color: Red Orange. HEX triplet: F2, 41 and 2D. RGB value is (242,65,45). Sum of RGB (Red+Green+Blue) = 242+65+45=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2412D is #0DBED2. Grayscale: #737373. Windows color (decimal): -900819 or 2966002. OLE color: 2966002.

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

Color convert

RGB 242 65 45 -
CMYK 0 0.73 0.81 0.05
HSL 6.09º 0.88% 0.56% -
HSV(B) 6.09º 0.81% 0.95% -
XYZ 38.98 22.85 4.84 -
YUV 115.64 88.14 218.13 -
System Red Green Blue C M Y K H S L
Decimal 242 65 45 0 0.73 0.81 0.05 6.09 0.88 0.56
Hex F2 41 2D 0 49 51 5 6 58 38
Octal 362 101 55 0 111 121 5 6 130 70
Binary 11110010 1000001 101101 0 1001001 1010001 101 110 1011000 111000

Color Harmonies of #F2412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2412D

Black with #F2412D

Text Example


Text Example

White with #F2412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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