Html Css Color HEX #F65F25 Outrageous Orange

📋 copy color: '#F65F25'

red 246 ◦ green 95 ◦ blue 37

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

Shades of Outrageous Orange #F65F25

Tints of Outrageous Orange #F65F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.13%

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

R = 65.08%
G = 25.13%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F65F25 (or 0xF65F25) is known color: Outrageous Orange. HEX triplet: F6, 5F and 25. RGB value is (246,95,37). Sum of RGB (Red+Green+Blue) = 246+95+37=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65F25 is #09A0DA. Grayscale: #858585. Windows color (decimal): -631003 or 2449398. OLE color: 2449398.

HSL color Cylindrical-coordinate representation of color #F65F25: hue angle of 16.65º 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 #F65F25 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 37 -
CMYK 0 0.61 0.85 0.04
HSL 16.65º 0.92% 0.55% -
HSV(B) 16.65º 0.85% 0.96% -
XYZ 42.43 27.91 4.9 -
YUV 133.54 73.53 208.22 -
System Red Green Blue C M Y K H S L
Decimal 246 95 37 0 0.61 0.85 0.04 16.65 0.92 0.55
Hex F6 5F 25 0 3D 55 4 11 5C 37
Octal 366 137 45 0 75 125 4 21 134 67
Binary 11110110 1011111 100101 0 111101 1010101 100 10001 1011100 110111

Color Harmonies of #F65F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F25

Black with #F65F25

Text Example


Text Example

White with #F65F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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