Html Css Color HEX #F0693D Outrageous Orange

📋 copy color: '#F0693D'

red 240 ◦ green 105 ◦ blue 61

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

Shades of Outrageous Orange #F0693D

Tints of Outrageous Orange #F0693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 59.11%
G = 25.86%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0693D (or 0xF0693D) is known color: Outrageous Orange. HEX triplet: F0, 69 and 3D. RGB value is (240,105,61). Sum of RGB (Red+Green+Blue) = 240+105+61=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0693D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0693D is #0F96C2. Grayscale: #8C8C8C. Windows color (decimal): -1021635 or 4024816. OLE color: 4024816.

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

Color convert

RGB 240 105 61 -
CMYK 0 0.56 0.75 0.06
HSL 14.75º 0.86% 0.59% -
HSV(B) 14.75º 0.75% 0.94% -
XYZ 41.83 28.97 7.8 -
YUV 140.35 83.23 199.08 -
System Red Green Blue C M Y K H S L
Decimal 240 105 61 0 0.56 0.75 0.06 14.75 0.86 0.59
Hex F0 69 3D 0 38 4B 6 F 56 3B
Octal 360 151 75 0 70 113 6 17 126 73
Binary 11110000 1101001 111101 0 111000 1001011 110 1111 1010110 111011

Color Harmonies of #F0693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0693D

Black with #F0693D

Text Example


Text Example

White with #F0693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0693D; }

 p { color: rgb(240,105,61); }

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

background-color css

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

 a { background-color: rgb(240,105,61); }

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

border-color css

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

 span { border-color: rgb(240,105,61); }

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