Html Css Color HEX #F2563B Outrageous Orange

📋 copy color: '#F2563B'

red 242 ◦ green 86 ◦ blue 59

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

Shades of Outrageous Orange #F2563B

Tints of Outrageous Orange #F2563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

 BLUE value IS 59 (23.44% from 255) = 15.25%

R = 62.53%
G = 22.22%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2563B (or 0xF2563B) is known color: Outrageous Orange. HEX triplet: F2, 56 and 3B. RGB value is (242,86,59). Sum of RGB (Red+Green+Blue) = 242+86+59=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2563B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2563B is #0DA9C4. Grayscale: #818181. Windows color (decimal): -895429 or 3888882. OLE color: 3888882.

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

Color convert

RGB 242 86 59 -
CMYK 0 0.64 0.76 0.05
HSL 8.85º 0.88% 0.59% -
HSV(B) 8.85º 0.76% 0.95% -
XYZ 40.74 25.85 6.98 -
YUV 129.57 88.18 208.2 -
System Red Green Blue C M Y K H S L
Decimal 242 86 59 0 0.64 0.76 0.05 8.85 0.88 0.59
Hex F2 56 3B 0 40 4C 5 9 58 3B
Octal 362 126 73 0 100 114 5 11 130 73
Binary 11110010 1010110 111011 0 1000000 1001100 101 1001 1011000 111011

Color Harmonies of #F2563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2563B

Black with #F2563B

Text Example


Text Example

White with #F2563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2563B; }

 p { color: rgb(242,86,59); }

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

background-color css

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

 a { background-color: rgb(242,86,59); }

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

border-color css

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

 span { border-color: rgb(242,86,59); }

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