Html Css Color HEX #F2431A Orange Red

📋 copy color: '#F2431A'

red 242 ◦ green 67 ◦ blue 26

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

Shades of Orange Red #F2431A

Tints of Orange Red #F2431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 72.24%
G = 20%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2431A (or 0xF2431A) is known color: Orange Red. HEX triplet: F2, 43 and 1A. RGB value is (242,67,26). Sum of RGB (Red+Green+Blue) = 242+67+26=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F2431A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2431A is #0DBCE5. Grayscale: #727272. Windows color (decimal): -900326 or 1721330. OLE color: 1721330.

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

Color convert

RGB 242 67 26 -
CMYK 0 0.72 0.89 0.05
HSL 11.39º 0.89% 0.53% -
HSV(B) 11.39º 0.89% 0.95% -
XYZ 38.81 22.97 3.36 -
YUV 114.65 77.98 218.83 -
System Red Green Blue C M Y K H S L
Decimal 242 67 26 0 0.72 0.89 0.05 11.39 0.89 0.53
Hex F2 43 1A 0 48 59 5 B 59 35
Octal 362 103 32 0 110 131 5 13 131 65
Binary 11110010 1000011 11010 0 1001000 1011001 101 1011 1011001 110101

Color Harmonies of #F2431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2431A

Black with #F2431A

Text Example


Text Example

White with #F2431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2431A; }

 p { color: rgb(242,67,26); }

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

background-color css

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

 a { background-color: rgb(242,67,26); }

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

border-color css

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

 span { border-color: rgb(242,67,26); }

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