Html Css Color HEX #F2440D Orange Red

📋 copy color: '#F2440D'

red 242 ◦ green 68 ◦ blue 13

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

Shades of Orange Red #F2440D

Tints of Orange Red #F2440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 74.92%
G = 21.05%
B = 4.02%

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

#F2440D (or 0xF2440D) is known color: Orange Red. HEX triplet: F2, 44 and 0D. RGB value is (242,68,13). Sum of RGB (Red+Green+Blue) = 242+68+13=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F2440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2440D is #0DBBF2. Grayscale: #727272. Windows color (decimal): -900083 or 869618. OLE color: 869618.

HSL color Cylindrical-coordinate representation of color #F2440D: hue angle of 14.41º degrees, saturation: 0.9, 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 #F2440D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 13 -
CMYK 0 0.72 0.95 0.05
HSL 14.41º 0.9% 0.5% -
HSV(B) 14.41º 0.95% 0.95% -
XYZ 38.76 23.04 2.79 -
YUV 113.76 71.15 219.47 -
System Red Green Blue C M Y K H S L
Decimal 242 68 13 0 0.72 0.95 0.05 14.41 0.9 0.5
Hex F2 44 D 0 48 5F 5 E 5A 32
Octal 362 104 15 0 110 137 5 16 132 62
Binary 11110010 1000100 1101 0 1001000 1011111 101 1110 1011010 110010

Color Harmonies of #F2440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2440D

Black with #F2440D

Text Example


Text Example

White with #F2440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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