Html Css Color HEX #F2402F Red Orange

📋 copy color: '#F2402F'

red 242 ◦ green 64 ◦ blue 47

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

Shades of Red Orange #F2402F

Tints of Red Orange #F2402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.31%

R = 68.56%
G = 18.13%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2402F (or 0xF2402F) is known color: Red Orange. HEX triplet: F2, 40 and 2F. RGB value is (242,64,47). Sum of RGB (Red+Green+Blue) = 242+64+47=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2402F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2402F is #0DBFD0. Grayscale: #737373. Windows color (decimal): -901073 or 3096818. OLE color: 3096818.

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

Color convert

RGB 242 64 47 -
CMYK 0 0.74 0.81 0.05
HSL 5.23º 0.88% 0.57% -
HSV(B) 5.23º 0.81% 0.95% -
XYZ 38.96 22.75 5.03 -
YUV 115.28 89.47 218.38 -
System Red Green Blue C M Y K H S L
Decimal 242 64 47 0 0.74 0.81 0.05 5.23 0.88 0.57
Hex F2 40 2F 0 4A 51 5 5 58 39
Octal 362 100 57 0 112 121 5 5 130 71
Binary 11110010 1000000 101111 0 1001010 1010001 101 101 1011000 111001

Color Harmonies of #F2402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2402F

Black with #F2402F

Text Example


Text Example

White with #F2402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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