Html Css Color HEX #F2401F Red Orange

📋 copy color: '#F2401F'

red 242 ◦ green 64 ◦ blue 31

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

Shades of Red Orange #F2401F

Tints of Red Orange #F2401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 71.81%
G = 18.99%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2401F (or 0xF2401F) is known color: Red Orange. HEX triplet: F2, 40 and 1F. RGB value is (242,64,31). Sum of RGB (Red+Green+Blue) = 242+64+31=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F2401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2401F is #0DBFE0. Grayscale: #717171. Windows color (decimal): -901089 or 2048242. OLE color: 2048242.

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

Color convert

RGB 242 64 31 -
CMYK 0 0.74 0.87 0.05
HSL 9.38º 0.89% 0.54% -
HSV(B) 9.38º 0.87% 0.95% -
XYZ 38.7 22.64 3.63 -
YUV 113.46 81.47 219.68 -
System Red Green Blue C M Y K H S L
Decimal 242 64 31 0 0.74 0.87 0.05 9.38 0.89 0.54
Hex F2 40 1F 0 4A 57 5 9 59 36
Octal 362 100 37 0 112 127 5 11 131 66
Binary 11110010 1000000 11111 0 1001010 1010111 101 1001 1011001 110110

Color Harmonies of #F2401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2401F

Black with #F2401F

Text Example


Text Example

White with #F2401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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