Html Css Color HEX #F2401D Red Orange

📋 copy color: '#F2401D'

red 242 ◦ green 64 ◦ blue 29

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

Shades of Red Orange #F2401D

Tints of Red Orange #F2401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 72.24%
G = 19.1%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2401D (or 0xF2401D) is known color: Red Orange. HEX triplet: F2, 40 and 1D. RGB value is (242,64,29). Sum of RGB (Red+Green+Blue) = 242+64+29=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F2401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2401D is #0DBFE2. Grayscale: #717171. Windows color (decimal): -901091 or 1917170. OLE color: 1917170.

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

Color convert

RGB 242 64 29 -
CMYK 0 0.74 0.88 0.05
HSL 9.86º 0.89% 0.53% -
HSV(B) 9.86º 0.88% 0.95% -
XYZ 38.67 22.63 3.49 -
YUV 113.23 80.47 219.85 -
System Red Green Blue C M Y K H S L
Decimal 242 64 29 0 0.74 0.88 0.05 9.86 0.89 0.53
Hex F2 40 1D 0 4A 58 5 A 59 35
Octal 362 100 35 0 112 130 5 12 131 65
Binary 11110010 1000000 11101 0 1001010 1011000 101 1010 1011001 110101

Color Harmonies of #F2401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2401D

Black with #F2401D

Text Example


Text Example

White with #F2401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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