Html Css Color HEX #F65525 Outrageous Orange

📋 copy color: '#F65525'

red 246 ◦ green 85 ◦ blue 37

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

Shades of Outrageous Orange #F65525

Tints of Outrageous Orange #F65525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.05%

R = 66.85%
G = 23.1%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F65525 (or 0xF65525) is known color: Outrageous Orange. HEX triplet: F6, 55 and 25. RGB value is (246,85,37). Sum of RGB (Red+Green+Blue) = 246+85+37=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F65525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65525 is #09AADA. Grayscale: #808080. Windows color (decimal): -633563 or 2446838. OLE color: 2446838.

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

Color convert

RGB 246 85 37 -
CMYK 0 0.65 0.85 0.04
HSL 13.78º 0.92% 0.55% -
HSV(B) 13.78º 0.85% 0.96% -
XYZ 41.59 26.22 4.62 -
YUV 127.67 76.84 212.4 -
System Red Green Blue C M Y K H S L
Decimal 246 85 37 0 0.65 0.85 0.04 13.78 0.92 0.55
Hex F6 55 25 0 41 55 4 E 5C 37
Octal 366 125 45 0 101 125 4 16 134 67
Binary 11110110 1010101 100101 0 1000001 1010101 100 1110 1011100 110111

Color Harmonies of #F65525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65525

Black with #F65525

Text Example


Text Example

White with #F65525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65525; }

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

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

background-color css

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

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

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

border-color css

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

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

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