Html Css Color HEX #F65830 Outrageous Orange

📋 copy color: '#F65830'

red 246 ◦ green 88 ◦ blue 48

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

Shades of Outrageous Orange #F65830

Tints of Outrageous Orange #F65830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 64.4%
G = 23.04%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F65830 (or 0xF65830) is known color: Outrageous Orange. HEX triplet: F6, 58 and 30. RGB value is (246,88,48). Sum of RGB (Red+Green+Blue) = 246+88+48=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F65830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65830 is #09A7CF. Grayscale: #838383. Windows color (decimal): -632784 or 3168502. OLE color: 3168502.

HSL color Cylindrical-coordinate representation of color #F65830: hue angle of 12.12º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F65830 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 88 48 -
CMYK 0 0.64 0.80 0.04
HSL 12.12º 0.92% 0.58% -
HSV(B) 12.12º 0.8% 0.96% -
XYZ 42.03 26.79 5.75 -
YUV 130.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 246 88 48 0 0.64 0.80 0.04 12.12 0.92 0.58
Hex F6 58 30 0 40 50 4 C 5C 3A
Octal 366 130 60 0 100 120 4 14 134 72
Binary 11110110 1011000 110000 0 1000000 1010000 100 1100 1011100 111010

Color Harmonies of #F65830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65830

Black with #F65830

Text Example


Text Example

White with #F65830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65830; }

 p { color: rgb(246,88,48); }

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

background-color css

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

 a { background-color: rgb(246,88,48); }

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

border-color css

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

 span { border-color: rgb(246,88,48); }

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