Html Css Color HEX #F65F3E Outrageous Orange

📋 copy color: '#F65F3E'

red 246 ◦ green 95 ◦ blue 62

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

Shades of Outrageous Orange #F65F3E

Tints of Outrageous Orange #F65F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.38%

R = 61.04%
G = 23.57%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F65F3E (or 0xF65F3E) is known color: Outrageous Orange. HEX triplet: F6, 5F and 3E. RGB value is (246,95,62). Sum of RGB (Red+Green+Blue) = 246+95+62=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65F3E is #09A0C1. Grayscale: #888888. Windows color (decimal): -630978 or 4087798. OLE color: 4087798.

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

Color convert

RGB 246 95 62 -
CMYK 0 0.61 0.75 0.04
HSL 10.76º 0.91% 0.6% -
HSV(B) 10.76º 0.75% 0.96% -
XYZ 42.97 28.13 7.72 -
YUV 136.39 86.03 206.18 -
System Red Green Blue C M Y K H S L
Decimal 246 95 62 0 0.61 0.75 0.04 10.76 0.91 0.6
Hex F6 5F 3E 0 3D 4B 4 B 5B 3C
Octal 366 137 76 0 75 113 4 13 133 74
Binary 11110110 1011111 111110 0 111101 1001011 100 1011 1011011 111100

Color Harmonies of #F65F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F3E

Black with #F65F3E

Text Example


Text Example

White with #F65F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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