Html Css Color HEX #F65127 Outrageous Orange

📋 copy color: '#F65127'

red 246 ◦ green 81 ◦ blue 39

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

Shades of Outrageous Orange #F65127

Tints of Outrageous Orange #F65127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

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

R = 67.21%
G = 22.13%
B = 10.66%

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

#F65127 (or 0xF65127) is known color: Outrageous Orange. HEX triplet: F6, 51 and 27. RGB value is (246,81,39). Sum of RGB (Red+Green+Blue) = 246+81+39=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F65127 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65127 is #09AED8. Grayscale: #7D7D7D. Windows color (decimal): -634585 or 2576886. OLE color: 2576886.

HSL color Cylindrical-coordinate representation of color #F65127: hue angle of 12.17º 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 #F65127 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 81 39 -
CMYK 0 0.67 0.84 0.04
HSL 12.17º 0.92% 0.56% -
HSV(B) 12.17º 0.84% 0.96% -
XYZ 41.31 25.62 4.69 -
YUV 125.55 79.16 213.92 -
System Red Green Blue C M Y K H S L
Decimal 246 81 39 0 0.67 0.84 0.04 12.17 0.92 0.56
Hex F6 51 27 0 43 54 4 C 5C 38
Octal 366 121 47 0 103 124 4 14 134 70
Binary 11110110 1010001 100111 0 1000011 1010100 100 1100 1011100 111000

Color Harmonies of #F65127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65127

Black with #F65127

Text Example


Text Example

White with #F65127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65127; }

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

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

background-color css

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

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

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

border-color css

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

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

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