Html Css Color HEX #F2643E Outrageous Orange

📋 copy color: '#F2643E'

red 242 ◦ green 100 ◦ blue 62

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

Shades of Outrageous Orange #F2643E

Tints of Outrageous Orange #F2643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 62 (24.61% from 255) = 15.35%

R = 59.9%
G = 24.75%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2643E (or 0xF2643E) is known color: Outrageous Orange. HEX triplet: F2, 64 and 3E. RGB value is (242,100,62). Sum of RGB (Red+Green+Blue) = 242+100+62=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2643E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2643E is #0D9BC1. Grayscale: #8A8A8A. Windows color (decimal): -891842 or 4089074. OLE color: 4089074.

HSL color Cylindrical-coordinate representation of color #F2643E: hue angle of 12.67º 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 #F2643E is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 62 -
CMYK 0 0.59 0.74 0.05
HSL 12.67º 0.87% 0.6% -
HSV(B) 12.67º 0.74% 0.95% -
XYZ 42.04 28.34 7.81 -
YUV 138.13 85.04 202.09 -
System Red Green Blue C M Y K H S L
Decimal 242 100 62 0 0.59 0.74 0.05 12.67 0.87 0.6
Hex F2 64 3E 0 3B 4A 5 D 57 3C
Octal 362 144 76 0 73 112 5 15 127 74
Binary 11110010 1100100 111110 0 111011 1001010 101 1101 1010111 111100

Color Harmonies of #F2643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2643E

Black with #F2643E

Text Example


Text Example

White with #F2643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2643E; }

 p { color: rgb(242,100,62); }

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

background-color css

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

 a { background-color: rgb(242,100,62); }

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

border-color css

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

 span { border-color: rgb(242,100,62); }

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