Html Css Color HEX #F65D1E Outrageous Orange

📋 copy color: '#F65D1E'

red 246 ◦ green 93 ◦ blue 30

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

Shades of Outrageous Orange #F65D1E

Tints of Outrageous Orange #F65D1E

RGB

 RED value IS 246 (96.48% from 255) = 66.67%

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 30 (12.11% from 255) = 8.13%

R = 66.67%
G = 25.2%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F65D1E (or 0xF65D1E) is known color: Outrageous Orange. HEX triplet: F6, 5D and 1E. RGB value is (246,93,30). Sum of RGB (Red+Green+Blue) = 246+93+30=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65D1E is #09A2E1. Grayscale: #838383. Windows color (decimal): -631522 or 1990134. OLE color: 1990134.

HSL color Cylindrical-coordinate representation of color #F65D1E: hue angle of 17.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F65D1E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 93 30 -
CMYK 0 0.62 0.88 0.04
HSL 17.5º 0.92% 0.54% -
HSV(B) 17.5º 0.88% 0.96% -
XYZ 42.15 27.52 4.32 -
YUV 131.57 70.69 209.62 -
System Red Green Blue C M Y K H S L
Decimal 246 93 30 0 0.62 0.88 0.04 17.5 0.92 0.54
Hex F6 5D 1E 0 3E 58 4 12 5C 36
Octal 366 135 36 0 76 130 4 22 134 66
Binary 11110110 1011101 11110 0 111110 1011000 100 10010 1011100 110110

Color Harmonies of #F65D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65D1E

Black with #F65D1E

Text Example


Text Example

White with #F65D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65D1E; }

 p { color: rgb(246,93,30); }

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

background-color css

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

 a { background-color: rgb(246,93,30); }

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

border-color css

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

 span { border-color: rgb(246,93,30); }

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