Html Css Color HEX #F2440C Orange Red

📋 copy color: '#F2440C'

red 242 ◦ green 68 ◦ blue 12

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

Shades of Orange Red #F2440C

Tints of Orange Red #F2440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 75.16%
G = 21.12%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2440C (or 0xF2440C) is known color: Orange Red. HEX triplet: F2, 44 and 0C. RGB value is (242,68,12). Sum of RGB (Red+Green+Blue) = 242+68+12=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F2440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2440C is #0DBBF3. Grayscale: #727272. Windows color (decimal): -900084 or 804082. OLE color: 804082.

HSL color Cylindrical-coordinate representation of color #F2440C: hue angle of 14.61º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2440C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 12 -
CMYK 0 0.72 0.95 0.05
HSL 14.61º 0.91% 0.5% -
HSV(B) 14.61º 0.95% 0.95% -
XYZ 38.75 23.04 2.75 -
YUV 113.64 70.65 219.55 -
System Red Green Blue C M Y K H S L
Decimal 242 68 12 0 0.72 0.95 0.05 14.61 0.91 0.5
Hex F2 44 C 0 48 5F 5 F 5B 32
Octal 362 104 14 0 110 137 5 17 133 62
Binary 11110010 1000100 1100 0 1001000 1011111 101 1111 1011011 110010

Color Harmonies of #F2440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2440C

Black with #F2440C

Text Example


Text Example

White with #F2440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2440C; }

 p { color: rgb(242,68,12); }

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

background-color css

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

 a { background-color: rgb(242,68,12); }

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

border-color css

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

 span { border-color: rgb(242,68,12); }

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