Html Css Color HEX #F65029 Outrageous Orange

📋 copy color: '#F65029'

red 246 ◦ green 80 ◦ blue 41

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

Shades of Outrageous Orange #F65029

Tints of Outrageous Orange #F65029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 67.03%
G = 21.8%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F65029 (or 0xF65029) is known color: Outrageous Orange. HEX triplet: F6, 50 and 29. RGB value is (246,80,41). Sum of RGB (Red+Green+Blue) = 246+80+41=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F65029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65029 is #09AFD6. Grayscale: #7D7D7D. Windows color (decimal): -634839 or 2707702. OLE color: 2707702.

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

Color convert

RGB 246 80 41 -
CMYK 0 0.67 0.83 0.04
HSL 11.41º 0.92% 0.56% -
HSV(B) 11.41º 0.83% 0.96% -
XYZ 41.27 25.49 4.84 -
YUV 125.19 80.5 214.17 -
System Red Green Blue C M Y K H S L
Decimal 246 80 41 0 0.67 0.83 0.04 11.41 0.92 0.56
Hex F6 50 29 0 43 53 4 B 5C 38
Octal 366 120 51 0 103 123 4 13 134 70
Binary 11110110 1010000 101001 0 1000011 1010011 100 1011 1011100 111000

Color Harmonies of #F65029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65029

Black with #F65029

Text Example


Text Example

White with #F65029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65029; }

 p { color: rgb(246,80,41); }

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

background-color css

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

 a { background-color: rgb(246,80,41); }

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

border-color css

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

 span { border-color: rgb(246,80,41); }

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