Html Css Color HEX #F0653F Outrageous Orange

📋 copy color: '#F0653F'

red 240 ◦ green 101 ◦ blue 63

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

Shades of Outrageous Orange #F0653F

Tints of Outrageous Orange #F0653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 63 (25% from 255) = 15.59%

R = 59.41%
G = 25%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0653F (or 0xF0653F) is known color: Outrageous Orange. HEX triplet: F0, 65 and 3F. RGB value is (240,101,63). Sum of RGB (Red+Green+Blue) = 240+101+63=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0653F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0653F is #0F9AC0. Grayscale: #8A8A8A. Windows color (decimal): -1022657 or 4154864. OLE color: 4154864.

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

Color convert

RGB 240 101 63 -
CMYK 0 0.58 0.74 0.06
HSL 12.88º 0.86% 0.59% -
HSV(B) 12.88º 0.74% 0.94% -
XYZ 41.49 28.19 7.96 -
YUV 138.23 85.55 200.59 -
System Red Green Blue C M Y K H S L
Decimal 240 101 63 0 0.58 0.74 0.06 12.88 0.86 0.59
Hex F0 65 3F 0 3A 4A 6 D 56 3B
Octal 360 145 77 0 72 112 6 15 126 73
Binary 11110000 1100101 111111 0 111010 1001010 110 1101 1010110 111011

Color Harmonies of #F0653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0653F

Black with #F0653F

Text Example


Text Example

White with #F0653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0653F; }

 p { color: rgb(240,101,63); }

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

background-color css

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

 a { background-color: rgb(240,101,63); }

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

border-color css

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

 span { border-color: rgb(240,101,63); }

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