Html Css Color HEX #F2613F Outrageous Orange

📋 copy color: '#F2613F'

red 242 ◦ green 97 ◦ blue 63

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

Shades of Outrageous Orange #F2613F

Tints of Outrageous Orange #F2613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.67%

R = 60.2%
G = 24.13%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2613F (or 0xF2613F) is known color: Outrageous Orange. HEX triplet: F2, 61 and 3F. RGB value is (242,97,63). Sum of RGB (Red+Green+Blue) = 242+97+63=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2613F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2613F is #0D9EC0. Grayscale: #888888. Windows color (decimal): -892609 or 4153842. OLE color: 4153842.

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

Color convert

RGB 242 97 63 -
CMYK 0 0.60 0.74 0.05
HSL 11.4º 0.87% 0.6% -
HSV(B) 11.4º 0.74% 0.95% -
XYZ 41.79 27.79 7.86 -
YUV 136.48 86.54 203.26 -
System Red Green Blue C M Y K H S L
Decimal 242 97 63 0 0.60 0.74 0.05 11.4 0.87 0.6
Hex F2 61 3F 0 3C 4A 5 B 57 3C
Octal 362 141 77 0 74 112 5 13 127 74
Binary 11110010 1100001 111111 0 111100 1001010 101 1011 1010111 111100

Color Harmonies of #F2613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2613F

Black with #F2613F

Text Example


Text Example

White with #F2613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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