Html Css Color HEX #F65F3C Outrageous Orange

📋 copy color: '#F65F3C'

red 246 ◦ green 95 ◦ blue 60

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

Shades of Outrageous Orange #F65F3C

Tints of Outrageous Orange #F65F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 61.35%
G = 23.69%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F65F3C (or 0xF65F3C) is known color: Outrageous Orange. HEX triplet: F6, 5F and 3C. RGB value is (246,95,60). Sum of RGB (Red+Green+Blue) = 246+95+60=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65F3C is #09A0C3. Grayscale: #888888. Windows color (decimal): -630980 or 3956726. OLE color: 3956726.

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

Color convert

RGB 246 95 60 -
CMYK 0 0.61 0.76 0.04
HSL 11.29º 0.91% 0.6% -
HSV(B) 11.29º 0.76% 0.96% -
XYZ 42.91 28.1 7.44 -
YUV 136.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 246 95 60 0 0.61 0.76 0.04 11.29 0.91 0.6
Hex F6 5F 3C 0 3D 4C 4 B 5B 3C
Octal 366 137 74 0 75 114 4 13 133 74
Binary 11110110 1011111 111100 0 111101 1001100 100 1011 1011011 111100

Color Harmonies of #F65F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F3C

Black with #F65F3C

Text Example


Text Example

White with #F65F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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