Html Css Color HEX #F65B3F Outrageous Orange

📋 copy color: '#F65B3F'

red 246 ◦ green 91 ◦ blue 63

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

Shades of Outrageous Orange #F65B3F

Tints of Outrageous Orange #F65B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 61.5%
G = 22.75%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F65B3F (or 0xF65B3F) is known color: Outrageous Orange. HEX triplet: F6, 5B and 3F. RGB value is (246,91,63). Sum of RGB (Red+Green+Blue) = 246+91+63=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65B3F is #09A4C0. Grayscale: #868686. Windows color (decimal): -632001 or 4152310. OLE color: 4152310.

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

Color convert

RGB 246 91 63 -
CMYK 0 0.63 0.74 0.04
HSL 9.18º 0.91% 0.61% -
HSV(B) 9.18º 0.74% 0.96% -
XYZ 42.64 27.43 7.75 -
YUV 134.15 87.85 207.78 -
System Red Green Blue C M Y K H S L
Decimal 246 91 63 0 0.63 0.74 0.04 9.18 0.91 0.61
Hex F6 5B 3F 0 3F 4A 4 9 5B 3D
Octal 366 133 77 0 77 112 4 11 133 75
Binary 11110110 1011011 111111 0 111111 1001010 100 1001 1011011 111101

Color Harmonies of #F65B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65B3F

Black with #F65B3F

Text Example


Text Example

White with #F65B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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