Html Css Color HEX #F65F38 Outrageous Orange

📋 copy color: '#F65F38'

red 246 ◦ green 95 ◦ blue 56

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

Shades of Outrageous Orange #F65F38

Tints of Outrageous Orange #F65F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.11%

R = 61.96%
G = 23.93%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F65F38 (or 0xF65F38) is known color: Outrageous Orange. HEX triplet: F6, 5F and 38. RGB value is (246,95,56). Sum of RGB (Red+Green+Blue) = 246+95+56=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65F38 is #09A0C7. Grayscale: #888888. Windows color (decimal): -630984 or 3694582. OLE color: 3694582.

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

Color convert

RGB 246 95 56 -
CMYK 0 0.61 0.77 0.04
HSL 12.32º 0.91% 0.59% -
HSV(B) 12.32º 0.77% 0.96% -
XYZ 42.81 28.06 6.9 -
YUV 135.7 83.03 206.67 -
System Red Green Blue C M Y K H S L
Decimal 246 95 56 0 0.61 0.77 0.04 12.32 0.91 0.59
Hex F6 5F 38 0 3D 4D 4 C 5B 3B
Octal 366 137 70 0 75 115 4 14 133 73
Binary 11110110 1011111 111000 0 111101 1001101 100 1100 1011011 111011

Color Harmonies of #F65F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F38

Black with #F65F38

Text Example


Text Example

White with #F65F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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