Html Css Color HEX #F2410A Orange Red

📋 copy color: '#F2410A'

red 242 ◦ green 65 ◦ blue 10

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

Shades of Orange Red #F2410A

Tints of Orange Red #F2410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 76.34%
G = 20.5%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2410A (or 0xF2410A) is known color: Orange Red. HEX triplet: F2, 41 and 0A. RGB value is (242,65,10). Sum of RGB (Red+Green+Blue) = 242+65+10=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F2410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2410A is #0DBEF5. Grayscale: #707070. Windows color (decimal): -900854 or 672242. OLE color: 672242.

HSL color Cylindrical-coordinate representation of color #F2410A: hue angle of 14.22º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2410A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 10 -
CMYK 0 0.73 0.96 0.05
HSL 14.22º 0.92% 0.49% -
HSV(B) 14.22º 0.96% 0.95% -
XYZ 38.56 22.68 2.63 -
YUV 111.65 70.64 220.97 -
System Red Green Blue C M Y K H S L
Decimal 242 65 10 0 0.73 0.96 0.05 14.22 0.92 0.49
Hex F2 41 A 0 49 60 5 E 5C 31
Octal 362 101 12 0 111 140 5 16 134 61
Binary 11110010 1000001 1010 0 1001001 1100000 101 1110 1011100 110001

Color Harmonies of #F2410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2410A

Black with #F2410A

Text Example


Text Example

White with #F2410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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