Html Css Color HEX #F65227 Outrageous Orange

📋 copy color: '#F65227'

red 246 ◦ green 82 ◦ blue 39

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

Shades of Outrageous Orange #F65227

Tints of Outrageous Orange #F65227

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

 BLUE value IS 39 (15.63% from 255) = 10.63%

R = 67.03%
G = 22.34%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F65227 (or 0xF65227) is known color: Outrageous Orange. HEX triplet: F6, 52 and 27. RGB value is (246,82,39). Sum of RGB (Red+Green+Blue) = 246+82+39=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F65227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65227 is #09ADD8. Grayscale: #7E7E7E. Windows color (decimal): -634329 or 2577142. OLE color: 2577142.

HSL color Cylindrical-coordinate representation of color #F65227: hue angle of 12.46º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F65227 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 82 39 -
CMYK 0 0.67 0.84 0.04
HSL 12.46º 0.92% 0.56% -
HSV(B) 12.46º 0.84% 0.96% -
XYZ 41.39 25.77 4.71 -
YUV 126.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 246 82 39 0 0.67 0.84 0.04 12.46 0.92 0.56
Hex F6 52 27 0 43 54 4 C 5C 38
Octal 366 122 47 0 103 124 4 14 134 70
Binary 11110110 1010010 100111 0 1000011 1010100 100 1100 1011100 111000

Color Harmonies of #F65227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65227

Black with #F65227

Text Example


Text Example

White with #F65227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65227; }

 p { color: rgb(246,82,39); }

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

background-color css

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

 a { background-color: rgb(246,82,39); }

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

border-color css

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

 span { border-color: rgb(246,82,39); }

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