Html Css Color HEX #F0632C Outrageous Orange

📋 copy color: '#F0632C'

red 240 ◦ green 99 ◦ blue 44

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

Shades of Outrageous Orange #F0632C

Tints of Outrageous Orange #F0632C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.49%

R = 62.66%
G = 25.85%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0632C (or 0xF0632C) is known color: Outrageous Orange. HEX triplet: F0, 63 and 2C. RGB value is (240,99,44). Sum of RGB (Red+Green+Blue) = 240+99+44=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0632C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0632C is #0F9CD3. Grayscale: #878787. Windows color (decimal): -1023188 or 2909168. OLE color: 2909168.

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

Color convert

RGB 240 99 44 -
CMYK 0 0.59 0.82 0.06
HSL 16.84º 0.87% 0.56% -
HSV(B) 16.84º 0.82% 0.94% -
XYZ 40.85 27.63 5.56 -
YUV 134.89 76.71 202.97 -
System Red Green Blue C M Y K H S L
Decimal 240 99 44 0 0.59 0.82 0.06 16.84 0.87 0.56
Hex F0 63 2C 0 3B 52 6 11 57 38
Octal 360 143 54 0 73 122 6 21 127 70
Binary 11110000 1100011 101100 0 111011 1010010 110 10001 1010111 111000

Color Harmonies of #F0632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0632C

Black with #F0632C

Text Example


Text Example

White with #F0632C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0632C; }

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

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

background-color css

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

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

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

border-color css

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

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

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