Html Css Color HEX #F2400C Orange Red

📋 copy color: '#F2400C'

red 242 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #F2400C

Tints of Orange Red #F2400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 76.1%
G = 20.13%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2400C (or 0xF2400C) is known color: Orange Red. HEX triplet: F2, 40 and 0C. RGB value is (242,64,12). Sum of RGB (Red+Green+Blue) = 242+64+12=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F2400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2400C is #0DBFF3. Grayscale: #6F6F6F. Windows color (decimal): -901108 or 803058. OLE color: 803058.

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

Color convert

RGB 242 64 12 -
CMYK 0 0.74 0.95 0.05
HSL 13.57º 0.91% 0.5% -
HSV(B) 13.57º 0.95% 0.95% -
XYZ 38.52 22.57 2.67 -
YUV 111.29 71.97 221.23 -
System Red Green Blue C M Y K H S L
Decimal 242 64 12 0 0.74 0.95 0.05 13.57 0.91 0.5
Hex F2 40 C 0 4A 5F 5 E 5B 32
Octal 362 100 14 0 112 137 5 16 133 62
Binary 11110010 1000000 1100 0 1001010 1011111 101 1110 1011011 110010

Color Harmonies of #F2400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2400C

Black with #F2400C

Text Example


Text Example

White with #F2400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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