Html Css Color HEX #F2663D Outrageous Orange

📋 copy color: '#F2663D'

red 242 ◦ green 102 ◦ blue 61

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

Shades of Outrageous Orange #F2663D

Tints of Outrageous Orange #F2663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 61 (24.22% from 255) = 15.06%

R = 59.75%
G = 25.19%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2663D (or 0xF2663D) is known color: Outrageous Orange. HEX triplet: F2, 66 and 3D. RGB value is (242,102,61). Sum of RGB (Red+Green+Blue) = 242+102+61=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2663D is #0D99C2. Grayscale: #8B8B8B. Windows color (decimal): -891331 or 4024050. OLE color: 4024050.

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

Color convert

RGB 242 102 61 -
CMYK 0 0.58 0.75 0.05
HSL 13.59º 0.87% 0.59% -
HSV(B) 13.59º 0.75% 0.95% -
XYZ 42.21 28.72 7.73 -
YUV 139.19 83.88 201.33 -
System Red Green Blue C M Y K H S L
Decimal 242 102 61 0 0.58 0.75 0.05 13.59 0.87 0.59
Hex F2 66 3D 0 3A 4B 5 E 57 3B
Octal 362 146 75 0 72 113 5 16 127 73
Binary 11110010 1100110 111101 0 111010 1001011 101 1110 1010111 111011

Color Harmonies of #F2663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2663D

Black with #F2663D

Text Example


Text Example

White with #F2663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2663D; }

 p { color: rgb(242,102,61); }

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

background-color css

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

 a { background-color: rgb(242,102,61); }

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

border-color css

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

 span { border-color: rgb(242,102,61); }

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