Html Css Color HEX #F2612E Outrageous Orange

📋 copy color: '#F2612E'

red 242 ◦ green 97 ◦ blue 46

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

Shades of Outrageous Orange #F2612E

Tints of Outrageous Orange #F2612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

 BLUE value IS 46 (18.36% from 255) = 11.95%

R = 62.86%
G = 25.19%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2612E (or 0xF2612E) is known color: Outrageous Orange. HEX triplet: F2, 61 and 2E. RGB value is (242,97,46). Sum of RGB (Red+Green+Blue) = 242+97+46=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2612E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2612E is #0D9ED1. Grayscale: #868686. Windows color (decimal): -892626 or 3039730. OLE color: 3039730.

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

Color convert

RGB 242 97 46 -
CMYK 0 0.60 0.81 0.05
HSL 15.61º 0.88% 0.56% -
HSV(B) 15.61º 0.81% 0.95% -
XYZ 41.39 27.62 5.74 -
YUV 134.54 78.04 204.65 -
System Red Green Blue C M Y K H S L
Decimal 242 97 46 0 0.60 0.81 0.05 15.61 0.88 0.56
Hex F2 61 2E 0 3C 51 5 10 58 38
Octal 362 141 56 0 74 121 5 20 130 70
Binary 11110010 1100001 101110 0 111100 1010001 101 10000 1011000 111000

Color Harmonies of #F2612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2612E

Black with #F2612E

Text Example


Text Example

White with #F2612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2612E; }

 p { color: rgb(242,97,46); }

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

background-color css

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

 a { background-color: rgb(242,97,46); }

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

border-color css

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

 span { border-color: rgb(242,97,46); }

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