Html Css Color HEX #F65533 Outrageous Orange

📋 copy color: '#F65533'

red 246 ◦ green 85 ◦ blue 51

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

Shades of Outrageous Orange #F65533

Tints of Outrageous Orange #F65533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

 BLUE value IS 51 (20.31% from 255) = 13.35%

R = 64.4%
G = 22.25%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F65533 (or 0xF65533) is known color: Outrageous Orange. HEX triplet: F6, 55 and 33. RGB value is (246,85,51). Sum of RGB (Red+Green+Blue) = 246+85+51=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F65533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65533 is #09AACC. Grayscale: #818181. Windows color (decimal): -633549 or 3364342. OLE color: 3364342.

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

Color convert

RGB 246 85 51 -
CMYK 0 0.65 0.79 0.04
HSL 10.46º 0.92% 0.58% -
HSV(B) 10.46º 0.79% 0.96% -
XYZ 41.85 26.33 6.01 -
YUV 129.26 83.84 211.26 -
System Red Green Blue C M Y K H S L
Decimal 246 85 51 0 0.65 0.79 0.04 10.46 0.92 0.58
Hex F6 55 33 0 41 4F 4 A 5C 3A
Octal 366 125 63 0 101 117 4 12 134 72
Binary 11110110 1010101 110011 0 1000001 1001111 100 1010 1011100 111010

Color Harmonies of #F65533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65533

Black with #F65533

Text Example


Text Example

White with #F65533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65533; }

 p { color: rgb(246,85,51); }

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

background-color css

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

 a { background-color: rgb(246,85,51); }

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

border-color css

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

 span { border-color: rgb(246,85,51); }

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