Html Css Color HEX #F65B25 Outrageous Orange

📋 copy color: '#F65B25'

red 246 ◦ green 91 ◦ blue 37

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

Shades of Outrageous Orange #F65B25

Tints of Outrageous Orange #F65B25

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

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

R = 65.78%
G = 24.33%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F65B25 (or 0xF65B25) is known color: Outrageous Orange. HEX triplet: F6, 5B and 25. RGB value is (246,91,37). Sum of RGB (Red+Green+Blue) = 246+91+37=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65B25 is #09A4DA. Grayscale: #838383. Windows color (decimal): -632027 or 2448374. OLE color: 2448374.

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

Color convert

RGB 246 91 37 -
CMYK 0 0.63 0.85 0.04
HSL 15.5º 0.92% 0.55% -
HSV(B) 15.5º 0.85% 0.96% -
XYZ 42.08 27.21 4.78 -
YUV 131.19 74.85 209.89 -
System Red Green Blue C M Y K H S L
Decimal 246 91 37 0 0.63 0.85 0.04 15.5 0.92 0.55
Hex F6 5B 25 0 3F 55 4 10 5C 37
Octal 366 133 45 0 77 125 4 20 134 67
Binary 11110110 1011011 100101 0 111111 1010101 100 10000 1011100 110111

Color Harmonies of #F65B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65B25

Black with #F65B25

Text Example


Text Example

White with #F65B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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