Html Css Color HEX #F0632E Outrageous Orange

📋 copy color: '#F0632E'

red 240 ◦ green 99 ◦ blue 46

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

Shades of Outrageous Orange #F0632E

Tints of Outrageous Orange #F0632E

RGB

 RED value IS 240 (94.14% from 255) = 62.34%

 GREEN value IS 99 (39.06% from 255) = 25.71%

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

R = 62.34%
G = 25.71%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0632E (or 0xF0632E) is known color: Outrageous Orange. HEX triplet: F0, 63 and 2E. RGB value is (240,99,46). Sum of RGB (Red+Green+Blue) = 240+99+46=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0632E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0632E is #0F9CD1. Grayscale: #878787. Windows color (decimal): -1023186 or 3040240. OLE color: 3040240.

HSL color Cylindrical-coordinate representation of color #F0632E: hue angle of 16.39º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0632E is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 46 -
CMYK 0 0.59 0.81 0.06
HSL 16.39º 0.87% 0.56% -
HSV(B) 16.39º 0.81% 0.94% -
XYZ 40.89 27.65 5.77 -
YUV 135.12 77.71 202.81 -
System Red Green Blue C M Y K H S L
Decimal 240 99 46 0 0.59 0.81 0.06 16.39 0.87 0.56
Hex F0 63 2E 0 3B 51 6 10 57 38
Octal 360 143 56 0 73 121 6 20 127 70
Binary 11110000 1100011 101110 0 111011 1010001 110 10000 1010111 111000

Color Harmonies of #F0632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0632E

Black with #F0632E

Text Example


Text Example

White with #F0632E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0632E; }

 p { color: rgb(240,99,46); }

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

background-color css

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

 a { background-color: rgb(240,99,46); }

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

border-color css

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

 span { border-color: rgb(240,99,46); }

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