Html Css Color HEX #F65535 Outrageous Orange

📋 copy color: '#F65535'

red 246 ◦ green 85 ◦ blue 53

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

Shades of Outrageous Orange #F65535

Tints of Outrageous Orange #F65535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

 BLUE value IS 53 (21.09% from 255) = 13.8%

R = 64.06%
G = 22.14%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F65535 (or 0xF65535) is known color: Outrageous Orange. HEX triplet: F6, 55 and 35. RGB value is (246,85,53). Sum of RGB (Red+Green+Blue) = 246+85+53=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F65535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65535 is #09AACA. Grayscale: #818181. Windows color (decimal): -633547 or 3495414. OLE color: 3495414.

HSL color Cylindrical-coordinate representation of color #F65535: hue angle of 9.95º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F65535 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 53 -
CMYK 0 0.65 0.78 0.04
HSL 9.95º 0.91% 0.59% -
HSV(B) 9.95º 0.78% 0.96% -
XYZ 41.9 26.35 6.25 -
YUV 129.49 84.84 211.1 -
System Red Green Blue C M Y K H S L
Decimal 246 85 53 0 0.65 0.78 0.04 9.95 0.91 0.59
Hex F6 55 35 0 41 4E 4 A 5B 3B
Octal 366 125 65 0 101 116 4 12 133 73
Binary 11110110 1010101 110101 0 1000001 1001110 100 1010 1011011 111011

Color Harmonies of #F65535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65535

Black with #F65535

Text Example


Text Example

White with #F65535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65535; }

 p { color: rgb(246,85,53); }

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

background-color css

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

 a { background-color: rgb(246,85,53); }

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

border-color css

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

 span { border-color: rgb(246,85,53); }

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